Crash when Clicking on a Linear Color Default Value in an interface

UE - Gameplay - Blueprint - Jul 19, 2017

When selecting a default color for a linear color input for an interface. A crash occurs when trying to bring up the color picker. ...

Access none after making changes to a blueprint that is referenced in the level blueprint

UE - Gameplay - Blueprint - Jul 19, 2017

References for an actor blueprint appears to becomes invalid in the level blueprint when making changes to the actor's blueprint. This leads to an access none error. It seems that the actor referenc ...

Crash compiling blueprint referenced by Level Sequence while sequence is open

UE - Anim - Sequencer - Jul 19, 2017

Compiling a blueprint that is used in a sequence when the blueprint exists on a sublevel will cause a crash if the level sequence is currently open. ...

ZenGarden or project with MSAA enabled crashes on iPhone 6 and 6+

UE - Platform - Mobile - Jul 19, 2017

Zen Garden crashes on the iPhone 6+ before anything appears onscreen. Occurred on: iPhone 6+ on 10.3.2 Didn't occur on: iPhone 6S on 10.3.2 ...

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 ...

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 ...

[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. ...

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. ...

Crash when using Find Substring node if the starting position is higher than the number of characters in the string being searched

UE - Gameplay - Blueprint - Jul 17, 2017

If the "Start Position" in the "Find Substring" node is larger than the number of characters in the "Search in" field a crash will occur. ...