Navigation does not act as expected when using User Created Widgets in a scroll box

UE - Editor - UI Systems - Jul 12, 2016

Child widgets that are marked as Is Focusable = True appear to sometimes be ignored if they are placed within parents who are set to Is Focusable = False. ...

Screen Space Reflection Quality seems Inaccurate or Misleading

UE - Graphics Features - Jul 12, 2016

A user has reported the SSR quality on Macs has no visible difference between 60.0 to 100.0. I was able to confirm this is the case and also found this to be true on PC as well. I noticed that the ...

User has to reselect a created asset to duplicated it with Ctrl+W

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

After creating an asset in the Content Browser and selecting it, the user will not be able to use Ctrl+W to duplicate it. They will have to deselect and select the asset again for the shortcut to w ...

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