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

Packaging with Nativize Blueprint Assets Causes Uninitialized Defaults

UE - Gameplay - Blueprint Runtime - Jul 28, 2016

If you use "Set Array Elem" on a vector array but leave "Item" at the default value of (0,0,0) then you'll end up using a temporary uninitialised vector instead of (0,0,0) when it's nativized. Work ...

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

RadialForceComponent ignores collision of Object Type set in Collision Presets if component is initialized in C++

UE - Gameplay - Jul 28, 2016

When a RadialForceComponent is attached to a object in C++, it doesn't take on the "Object Types to Affect" in the component settings of the Blueprint. If the RadialForceComponent is created as a co ...

Nested component subobject visualization and defaults editing is not working properly.

UE - Gameplay - Components - Jul 28, 2016

Currently it is only partially possible to edit nested component subobjects, but not in a way that's consistent with how top-level component subobjects are edited (both Blueprints and IWCE). This is ...

Sequencer frame by frame playback is blurry and distorted

UE - Anim - Sequencer - Jul 28, 2016

When navigating through frames of a Sequence, the scenes become very blurry and distorted after the initial scrub through all of the frames. ...

Crash closing editor with blueprint thumbnails visible in Content Browser

UE - Editor - Content Pipeline - Content Browser - Jul 28, 2016

Crash occurs when the user closes the editor while there are blueprint thumbnails visible in the Content Browser. This seems to only occur if the editor was opened with blueprint thumbnails also vi ...

Crash when opening a level with skeletal mesh asset from the map copied to the clipboard

UE - Foundation - Core - Jul 28, 2016

Navigating to a level with a skeletal mesh asset from that level copied to the clipbard from the world outliner will cause the editor to crash. This can currently only be reproduced in the TM-Contac ...

Crash when placing a widget into a nested name slot that has been added via the user created section

UE - Editor - UI Systems - Jul 28, 2016

Crash when placing a widget into a nested name slot of another name slot. This occurs if this widget is then added to another widget and both the parent name slot and the child name slot receive chi ...