nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

Actor being moved via sequencer has inherited velocity that ignores play rate scale

UE - Anim - Sequencer - Nov 8, 2019

When an actor that can be stood on and jumped off of is moved in a sequencer it's inherited velocity doesn't scale with the Sequence play rate. If you jump in the opposite direction the cube is goin ...

Editing values in ReverbMasterSubmixEffect causes crash

UE - Audio - Nov 7, 2019

Adding and removing Submixes at runtime, then editing the preset causes the editor to crash. Tested in 4.22.3 (CL - 7053647), 4.23.1 (CL - 9631420), 4.24 (CL - 1050688), 4.25 (CL - 10069288) ...

Using Snap Rotation displays the Rotation wrong (or calculates the Rotation wrong and losses precision) when the Y rotation axis is 90 degrees

UE - LD & Modeling - Modeling Tools - BSP - Nov 7, 2019

Although the Details Panel shows the degrees wrong, the object seems to have done it's rotation correctly but not in the right degrees. It will rotate to the position specified but it goes the wrong ...

"NO ASYNC TICK" in Cascade viewport when adding a Skel Vert/Surf Location

UE - Niagara - Nov 7, 2019

Adding a Skel Vert/Surf Location node to a Particle Effect causes it to stop displaying particles and throws the warning "No Async Tick". Toggling Skel Vert/Surf Location off allows the Particle to ...

Shadows are cast by meshes that have "Self Shadow Only" enabled while "Ray Tracing" is enabled with DX12

UE - Graphics Features - Lumen - Nov 6, 2019

Meshes that have "Self Shadow Only" enabled are still casting shadows if ray tracing is enabled with DX12. Found in 4.23.1 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24 CL#10053396, 4.25 Main CL ...

Editor Shortcuts stop working if the editor is launched with a non-Latin-based language

Tools - Nov 4, 2019

Editor shortcuts will not work if you launch the editor with a non-Latin-based language (ex. Russian, Chinese).  The editor must be closed and restarted with English (or possibly any Latin alphabet- ...

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output TCHAR parameter

UE - Foundation - Core - Oct 30, 2019

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.  Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...

Vehicles with at least one kinematic collision do not function anymore

UE - Simulation - Physics - Oct 30, 2019

Using at least one source of kinematic collision on a vehicle causes animations or movement to not function any longer. This issue persists on child bones and collisions as well. Users are unable to ...

IsDrive node returns unexpected bool

UE - Foundation - Core - Oct 30, 2019

InputOutputEmptytrueC:/falseC:trueK: (not a drive or volume on my pc)trueDATA (name of my D drive)false Confirmed in MAIN @ CL 9888595 ...