Rotation of a constraint is not taken into account for limited range movement

UE - Simulation - Physics - Apr 9, 2019

Rotating a constraint does not update its range of motion based off of angular limits. The user who reported this also mentioned that migrated constraints do not see this issue (eg: migrating a phys ...

LOD of Texture on Static Mesh is selected incorrectly when spawned in Sub-Level loaded by Level Streaming

UE - Graphics Features - Apr 9, 2019

LOD of Texture on Static Mesh is selected incorrectly when spawned in Sub-Level loaded by Level Streaming. This issue does not occur with Editor play, only with Launch or Packaging and Play. Accordi ...

RF_WasLoaded is set to False in PIE for instances of a Blueprint if the Blueprint is recompiled

UE - Gameplay - Blueprint - Apr 5, 2019

The RF_WasLoaded flag is set to false for Blueprint instances in PIE if the Blueprint is edited and compiled. This is fixed by saving the level which is a simple workaround but this should be needed ...

Landscape: When updating Physic Material on a landscape layer info object, the physic material is not propagated correctly

UE - LD & Modeling - Terrain - Landscape - Apr 4, 2019

This will result in not getting the Phys Material when doing collision query. Info from the UDN "Having stepped through the ULandscapeLayerInfoObject::PostEditChangeProperty I can see that the U ...

DrawBoxSweeps does not fully account for rotation

UE - Simulation - Physics - Apr 3, 2019

DrawBoxSweeps does not account for box rotation when drawing lines between swept vertices, leading to disconnected debug visuals.  ...

Unable to connect to a pixel streaming server via a Web Browser widget on Android

PixelStreaming - Apr 3, 2019

A user has reported that connecting to a Pixel Streaming server results in a failure if you are attempting to do so from a Web Browser widget on Android. When attempting to test this in Main, I was ...

Rename of variables are cancelled if user clicks the variable type menu

UE - Editor - UI Systems - Slate - Apr 3, 2019

Rename of variables are cancelled if user clicks the variable type menu. This occurs if the user has not press enter yet to accept their input and then clicks the variable type menu. I also notice ...

Adding an entry to arrays within Details Panels automatically collapses expanded entries

UE - Rendering Architecture - Materials - Apr 3, 2019

Adding an element to an array in the Material Editor automatically collapses all expanded elements in the array. I've successfully reproduced this issue with the following nodes:LandscapeGrassOutput ...

Adding a call to the parent function when executing an inherited multicast event on a client results in the events being called on the client twice

UE - Gameplay - Blueprint - Apr 2, 2019

A user has reported that adding a Parent call to an inherited multicast function causes the event to be called twice if it is executed on a client. Regression?: No This occurred in 4.20 Link to te ...