MaterialInstance ScalarParameter's desc can not upadate.

UE - Rendering Architecture - Materials - Jul 19, 2017

When this problem occurs, "MaterialExpression" is null in FMaterialInstanceParameterDetails::GetParameterExpressionDescription. ...

SunTemple scene does not update properly on iPhone 6S

UE - Platform - Mobile - Jul 18, 2017

On the 6S, the SunTemple scene is almost unresponsive. As the player uses the thumbsticks, the lightmaps from the windows rotate to mach the player's movement; but they are the only thing. This doe ...

Code tutorial asks user to "click on Add Code to Project"

Docs - Jul 18, 2017

This option is no longer listed under the File menu. There is the option for "New C++ Class...". ...

ZenGarden's game sequence doesn't play on device

UE - Platform - Mobile - Jul 18, 2017

Zen Garden loads, then the screen fades in and out as if it's ready to begin play. But when the player taps the screen, the only thing that moves are some lensflares, and the level never transitions ...

DataAssets with a field called "Name" can cause multiple Name columns to appear in the content browser

UE - Editor - Content Pipeline - Content Browser - Jul 18, 2017

A DataAsset with a FText property called "Name" will confuse the content browser, causing it to create a new column each time the folder containing the DataAsset is entered. This appears to be a cor ...

[Feature Request] Reset to default disappears while scrolling through the details panel

Tools - Jul 18, 2017

type testprops in the editor console. Change the first value, scroll so it is out of view, scroll back so it is in view, note reset to default is gone. ...

Fbx importer can import valid under 30Hz anim at 30Hz

Tools - Jul 17, 2017

The samplerate of a track was compute with the following formula Equation 1: number of Key / animation Time This formula work only if we have animation keys that are time equidistant. example of ...

Crash upon using EComparisonMethod as a variable in a struct

UE - Gameplay - Blueprint - Jul 17, 2017

Having a variable of the type EComparisonMethod inside of a struct causes the editor to crash. This could be due to the variable being as part of the Development folders in code. Attempting to repro ...

Default Key Binding for Save Level removed

Tools - Jul 17, 2017

Looks like this was accidentally removed during a merge from WEX, 3479958. See history of LevelActions.cpp in Main for that changelist around line 2930. ...