Control Rig Tracks are not visible in Sequencer when the Name and Display Name are not set to the same value in the Control Rig graph, and the track filter is set to "Selected Control Rig Controls". ...
Blueprints might get into a corrupted state when they are inherited for a big number of times. Starting from a C++ class, if you then create a BlueprintClass from the C++ class, and keep creating ne ...
This behavior was not observed up to UE 4.19, but it can be reproduced in all versions from 4.20 to 5.4. When a "Literal Enum" node is used inside a blueprint and an enumeration value is chosen fro ...
FDeferredDecalProxy always fade because InitializeFadingParameters is always called and leaves InvFadeDuration at 1.0 and the LifetimeAlpha calculation in FDeferredDecalPS::SetParameters gets a very ...
FFragmentTypeParameters misses a default initialiser for FFragmentTypeParameters::Flags. This can lead to Flags being left in an undefined state, which can ultimately cause non-determinism during th ...
When exporting a Cinematic Camera as FBX and importing it back, all transforms and Camera view are shifted. This happens when in Level Sequence Actor has the property "Transform Origin Actor" set to ...
Refraction does not adjust the scene depth texture, leading to a mismatch between Scene Color samples and Scene Depth samples. ...
Nanite meshes marked Hidden in Game do not have selection outlines in the editor. ...
When we record a Take from a level actor, a warning about referencing the same Guid inside LazyObjectPtr.h appears. The functionality of the LevelSequence works as expeced, but when the initial tak ...