Crash on FPBDIslandManager::Reset() when exiting PIE

UE - Simulation - Physics - Solver - May 21, 2024

The editor might crash when stopping PIE in some scenarios ...

Actor instance FComponentReference to other actor instance gets nulled on other actor recompile

UE - Gameplay - Blueprint Compiler - May 21, 2024

An editable FComponentReference property on an actor instance can be used to reference another actor's component in the scene. In 4.27 and earlier versions these references were retained when the ot ...

Local fog volume rotation causes offset issues at high world position values

UE - Graphics Features - May 20, 2024

Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...

Bug with control rig display name and sequencer

UE - Anim - Sequencer - Anim in Engine - May 17, 2024

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 corrupted after inheriting multiple times.

UE - Gameplay - Blueprint - May 17, 2024

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 ...

"Literal Enum" BP node outputs wrong value when the input pin is connected

UE - Gameplay - Blueprint - May 17, 2024

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 cannot be initialized to not fade even if FadeDuration is set to 0

UE - Rendering Architecture - May 16, 2024

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 is missing a default initialiser for FFragmentTypeParameters::Flags

UE - Anim - Sequencer - May 16, 2024

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 ...