Sprites don't initialize PixelsPerUnrealUnit in cooked builds, causing invalid values for GetSocketLocation, etc... for assets that have Pixels/uu of 2.56

UE - Gameplay - Paper2D - Jan 20, 2015

In this user's project, playing in Launched or Packaged games causes the Get Socket Location to return an unusual report when used during a flipbook animation. Instead of a normal vector, the Print ...

Inline edit conditions don't support undo

Tools - Jul 3, 2018

The Editor does not support undo after making changes Inline edit properties. Working in 4.18.3 Broken in 4.19.2 Tested in 4.18.3(3832480), 4.19.2(CL - 4033788), 4.20(CL - 4181430) , 4.21(C ...

Editor Crashes on Startup After Enabling Forward Shading When r.LightPropagationVolume=1

UE - Graphics Features - May 4, 2018

If r.LightPropagationVolume=1 in ConsoleVariables.ini, enabling forward rendering and then restarting the editor results in a crash. This occurs in 4.18.3 and 4.19.2. ...

Animation Sharing Plugin Removes Mesh Collision

OLD - Anim - Jun 11, 2019

The referenced documentation does not state anywhere about collision being affected by animation sharing nor is the user expecting it to be affected. Even when the Collision Preset is overridden to ...

ForLoop used inside BP Function Library always returns 0 index when used in a Construction Script

UE - Gameplay - Sep 18, 2018

Using a For Loop inside of a Blueprint Function or Function Library will always return index 0 when used in the Construction Script. This was reported and tested in 4.19.2 (CL-4033788). This was r ...

Cannot pass a Dictionary through a Replicated Function

UE - Networking - Aug 23, 2018

When passing dictionary (map) variables through replicated (to server) functions, the value will not print out on the client. In 4.19.2 (CL-4033788) this caused a crash but in 4.20.2 (CL-4302132) an ...

Adding Instances to a Hierarchical Instanced Static Mesh causes crash

UE - World Creation - Worldbuilding Tools - Foliage - Jul 29, 2018

Adding Instances to the Hierarchical Instanced Static Mesh Component on BeginPlay causes the Editor to crash. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4229980), 4.21(CL - 4235929) ...

SetActorEnableCollision does not affect Destructible meshes

UE - Simulation - Physics - Destruction - Jan 4, 2016

Setting the SetActorEnableCollision blueprint node to false does not disable collision for a destructible mesh. Workaround: Adding a static Mesh component and setting any mesh will cause the collis ...

UUserWidget::SetPositionInViewport does not function as intended

UE - Editor - UI Systems - Oct 15, 2018

The Set Position in Viewport node does affect UserWidgets position. It keeps it 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21  (CL - 4465720), 4.22 (CL - 44654877) ...

Animations are stuttering in Game Preview Server window

UE - Networking - Jul 27, 2018

When 'Run Dedicated Server' is unchecked and you run PIE with 2 or more clients, all client's animations are stuttering on Game Preview Server window. This does not happen when Run Dedicated Server ...