Level Streaming Blocking Loads Do Not Work

UE - Gameplay - Jun 4, 2018

It is believed that If Should Block On Load is TRUE, the entire game should freeze up until the entire level is loaded. Then If Should Block On Load is FALSE, the game continues to play while the le ...

Xbox 360 Controller DPad input does not register properly on Android

UE - Platform - Mobile - Jun 4, 2018

Using a Xbox 360 controller on an Android device works except that the DPad input is not registered. This same issue does not occur with Xbox One controllers. Regression?: No This occurs in 4.18 ...

SkelMeshMerge not working for meshes with >1 LOD

OLD - Anim - May 31, 2018

Reported on UDN (see Additional Info URL). Looking at code, we call USkeletalMesh::AllocateResourceForRendering for every LOD, but we should only call it once. Need to check if our SkelMeshMerge t ...

GetComponentsByClass fails to compile if Class provided is untouched

UE - Gameplay - May 30, 2018

When using the "Get Components By Class" node, you get a compile error if you don't change the default value of the Component Class on the node after adding it. It is believed the Component class no ...

PlacedEditorUtilityBase class no longer ticks in the editor

UE - Gameplay - May 30, 2018

This is a regression as it is working as expected in 4.18. When using the class PlacedEditorUtilityBase to draw a debug sphere, it doesn't appear in the editor in 4.19 and 4.20. ...

Cannot load youtube URLs on Android

UE - Platform - Mobile - May 29, 2018

UMG Webrowser widget does not display embedded youtube videos. ...

Crash on Adding Elements to Array On Instance of Actor in the Level

Tools - May 25, 2018

When attempting to add an array element to an array that exists on a component contained within an actor that is instanced in the level, the editor will crash. This does not occur if an array elemen ...

When Retargeting Animation, Mesh Set as Preview that Shares Skeleton Isn't Kept

OLD - Anim - May 25, 2018

When a preview mesh is set inside the skeleton(see attached screenshot) and saved and an animation retargeted to that skeleton, the preview mesh you changed it to is not displayed on the animation. ...

Reimporting Static Mesh LODs yields unexpected material assignments

Tools - May 24, 2018

Reimporting an asset after making changes causes loss of saved LOD changes when editing a static mesh. Similar issue was logged and fixed for SkeletalMeshes but this issue is still occurring for ...

Opening Materials and Material Functions with Vertex Interpolator node Results in Crash

UE - Graphics Features - May 23, 2018

Per Licensee: Hello, We are migrating our project from 4.18 to 4.19.2 and we are encountering various crashes while opening our material and material functions. I'm adding a simple test case here. ...