Adjusting color picker value for color structs within a structure crashes editor

UE - Gameplay - Blueprint - Aug 1, 2016

Attempting to adjust the value of a color struct via the color picker in structures crashes the editor. Frequency: 3/3 CrashReporter: [Link Removed] Regression (Yes) issue (does not) occur in 4. ...

Can't change settings for CineCameraActor in the level blueprint without casting

UE - Anim - Sequencer - Aug 1, 2016

Can't change settings for CineCameraActor in the level blueprint without casting. The user has to cast in order to change the settings in the "Current Camera Settings" ...

Custom Event functions cannot be called in sublevel event graphs if sublevel is not visible

UE - Gameplay - Blueprint - Aug 1, 2016

Calling a custom event in a sublevel blueprint of a sublevel that is currently hidden will not show the custom event's function in the context menu. Regression (no) issue (does) occur in 4.11.2 ...

Curve editor (UMG) prevents Play in Editor if the a drag operation is interrupted with a right click

UE - Anim - Sequencer - Aug 1, 2016

Curve editor (UMG) prevents Play in Editor if the a drag operation is interrupted with a right click. The user is given an error that they cannot play in editor while a drag operation is still on go ...

HTML5 cannot package on Windows 10

UE - Platform - Mobile - Jul 29, 2016

HTML5 is not packaging or launching onto browsers in 4.12.5 on Win10 machines. ...

VirtualJoystick continues inputs after setting new Touch Interface to none

UE - Platform - Mobile - Jul 29, 2016

If you set the Touch interface to none while there is currently inputs being registered, the inputs will continue forever. I also found that if you set the Touch interface to an actual asset the pla ...

Struct in Object class will not populate if an expose on spawn struct pin is split on "Construct Object from Class" node

UE - Gameplay - Blueprint - Jul 29, 2016

Struct in Object class will not populate if struct pin split on "Construct Object from Class" node. This does not appear to happen to other variable types. Workaround Do not split the struct pin, ...

UTF-16 characters return incorrectly from StringToBytes/BytesToString conversion

UE - Foundation - Core - Jul 28, 2016

When a UTF-16 character (™ for example) is passed into a StringToBytes() function and then returned via BytesToString, the returned character does not match (in the case of ™, a double quotes is ret ...

"Directions are not compatible" when using Blueprint node with meta = ( ExpandEnumAsExecs = "Branches" ) in only Animation Blueprint.

UE - Gameplay - Jul 28, 2016

When using a custom Blueprint node with the meta tag, "ExpandEnumAsExects" Animation Blueprints get "Directions are not compatible" while other Blueprint classes are able to compile the same node. ...

Execute while paused input action mappings do not execute when console command pause used

UE - Gameplay - Input - Jul 28, 2016

"Execute while paused" input action mappings do not trigger when using the pause console command. Workaround Use the "Set Game Paused" node, which works as expected. Regression (no) issue (does ...