Release for Tab automatically fires after adding a focusable widget to the viewport and setting the input mode to UI

UE - Editor - UI Systems - Jul 12, 2016

The release execution for the tab key fires even though the tab key is still held down. This makes it so that the Release will sometimes fire twice (once while held down and another when the key is ...

Renaming the Default Meshes Folder to Include [] Causes Duplication Issues

Tools - Jul 12, 2016

Renaming the meshes folder to include [] characters causes the static meshes to lose their mesh upon being duplicated. ...

Normals are wrong on grouped sprites, causing issues when they are using lit materials

UE - Gameplay - Paper2D - Jul 12, 2016

The normals for each sprite in a grouped sprite component are always as if the sprites were rotated (0,0,0), which is incorrect. Each sprite should have correct normals and look the same as if it w ...

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height).

UE - Gameplay - Player Movement - Jul 11, 2016

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height). Capsule radius of Character is 50cm, Max Step Height is 45cm, step heights is around 10~30cm, MaxWalkSpeed is ...

PacketHandlerPCH.h missing header include guard

UE - Networking - Jul 11, 2016

Engine\Source\Runtime\PacketHandlers\PacketHandler\Private\PacketHandlerPCH.h is missing the #Pragma Once header define guard which causes build to fail. ...

Button remains in hovered state on mobile device

UE - Editor - UI Systems - Jul 11, 2016

If the user touches the screen of a mobile device and then drags their finger over a button the button will remain highlighted as though it were being hovered. Note: This was tested on the Samsung ...

Crash when implementing interface to child blueprint and then implementing it with parent blueprint

UE - Gameplay - Blueprint - Jul 11, 2016

If the user uses a Blueprint Interface in children Blueprints and then goes to the parent Blueprint and tries to implement the same Blueprint Interface in the parent Blueprint, the editor will crash ...

Poses Asset UI doesn't update correctly when updating from new source animation

OLD - Anim - Jul 11, 2016

If the user updates to a new Source Animation for a pose asset, while a pose was active in the viewport (weight set to 1.0), the pose will be set to 0.0 in the pose list even though it's still activ ...

Packaging project with Blueprint nativization on produces various warnings.

UE - Gameplay - Blueprint Runtime - Jul 11, 2016

From a UDN thread: When cooking, we are seeing hundreds of warnings of the format "Compiler Warning A node that generated no code of it's own ( X ) tried to inject code into Y". There isn't anythin ...

Multiplayer VR Preview Support Broken

UE - Platform - XR - Jul 11, 2016

The VR Preview used to work with multiple clients but now only works with the first client. This makes testing multiplayer features difficult or impossible as there is no way to change which client ...