Gamepad button press and hold does not hold focus

UE - Editor - UI Systems - May 25, 2017

When using a gamepad (Tested with an X-box 360 Controller) if you press and hold a UMG button down and then use the D-pad or another form of movement the currently pressed widget component (In the t ...

World Position Offset causing Cracks in Meshes on certain iOS Devices

UE - Platform - Mobile - May 24, 2017

When using World Position Offset and pushing verts of a mesh, cracks appear on the surface using WPO when deployed to an certain iOS devices. I used the Mobile Previewer to compare results to how t ...

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

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

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

Loss in Specularity on Skin Shading when Shadowed by Indirect Capsule Shadows using r.sss.checkerboard 0

UE - Graphics Features - May 23, 2017

A licensee is reporting incorrect or over exaggerated loss of specularity on the Subsurface skin shading model when shadowed by indirect capsule shadows, and then modifying the r.sss.checkerboard se ...

Cannot add to Override Materials array of a Static Mesh Component

UE - Graphics Features - May 23, 2017

Materials cannot be added to the Override Materials array in a static mesh component because attempting to add elements to the array fails. Regression: Yes - using the plus button to add to the arr ...