Inconsistency in clickable widgets when a selection is held down

UE - Editor - UI Systems - May 24, 2017

Inconsistency in clickable widgets when a selection is held down . In this example the button widget reacts only once, while the combo box appears to repeatedly fire while the enter key is held ...

NumPublicConnections and NumOpenPublicConnections Always Returning 0 Using Steam OSS

UE - Online - May 24, 2017

When attempting to get the NumPublicConnections or NumOpenPublicConnections, they are always returning 0 when using SteamOSS. ...

Widget does not completely fill the screen on hmd

UE - Editor - UI Systems - May 24, 2017

Widget does not completely fill the screen on hmd ...

FVector::Normalize does not set Vector to (0,0,0) upon failure, as described

UE - Foundation - Core - May 24, 2017

The FVector::Normalize function states in its comment that if given a vector that is too small to be normalized, it will set it to 0,0,0 and return false. The function only returns false and does no ...

Selected option in combo box is not always fully in view

UE - Editor - UI Systems - May 24, 2017

Selected option in combo box is not always fully in view. In the example the selected option (highlighted in yellow) can end up almost completely out of view when navigating through the options of t ...

Selected option does not scroll into view when opening a combo box for the first time

UE - Editor - UI Systems - May 24, 2017

Selected option does not scroll into view when opening a combo box for the first time. It will only scroll into view if the combo box is clicked more than once (a 2nd, 3rd, ect...) ...

Crash on map reload when blutility is using Get Selection Set

UE - Gameplay - Blueprint - May 24, 2017

Editor crashes on map reload, if an actor in the level is accessed by blutility get selection set. ...

World Outliner selection does not update transform widget location during play

Tools - May 23, 2017

World Outliner selection does not update transform widget location during play. This issue can be easily fixed simply by reselecting the object, this issue only affects the first time the object is ...

MakeSureMapNameIsValid can return other assets if the name matches an Engine Content asset

UE - Foundation - Core - May 23, 2017

MakeSureMapNameIsValid will take in a FString, look for an asset matching that FString and edit it to match the asset path of the asset found. This issue is caused by the function not limiting its s ...

Local Variable loses value after reference moves file location

UE - Gameplay - Blueprint - May 23, 2017

Local Variable loses value after reference moves file locations. This does not just affect construction scripts, following these steps with a function instead produced the same result. This issue do ...