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

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

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

Cannot (Easily) Change the Case of Folder Names in the World Outliner

Tools - Jul 11, 2016

In the World Outliner, without the following workaround, you cannot simply change the case of a folder name from upper to lower case or vice versa. EXAMPLE: map -> Map = map WORKAROUND: Change "M ...

Renaming engine folder causes GenerateProjectFiles to fail on Mac

UE - Platform - Apple - Jul 11, 2016

When running GenerateProjectFiles.command on Mac from a folder with a space in the nam, the folder structure is read incorrectly. This leads to the .command file failing when trying to set up Mono ...

Existing data can be lost from a datatable if the datatable is based on a struct that contains an array of another struct

Tools - Jul 8, 2016

If a DataTable is created in the Editor based on a struct that contains an array of a second struct, and a change is made in the second struct, any existing data values that have been entered into t ...

GetLocalizationTargetByName preforms the same function in if and else statements

UE - Editor - UI Systems - Localization - Jul 8, 2016

The if/else statement that defines GetLocalizationTargetByName has the same code in both the if portion and else portion. This means that the same code is executed regardless of the evaluation of t ...

nativizing structs containing default class values appears to cause packaging to fail

UE - Gameplay - Blueprint Runtime - Jul 8, 2016

nativizing structs containing default class values appears to cause packaging to fail ...

Nodes disappear when adding new pins if they are mostly off screen

UE - Gameplay - Blueprint - Jul 8, 2016

Nodes disappear when adding new pins if they are mostly off screen. This appears to happen most often with really tall nodes. ...