LoadingScreen by MoviePlayer doesn't support Material in UE5.4

UE - Editor - UI Systems - Jun 6, 2024

An assert crash is now triggered when set a widget using material to WidgetLoadingScreen of FLoadingScreenAttributes then call FDefaultGameMoviePlayer::SetupLoadingScreen(). The ensureMsgf in quest ...

5.4 Bug - create constraint blueprint node stopped working

UE - Anim - Rigging - Jun 5, 2024

Constraint Actor to Rig with Editor Utility Widget is working for the first time adding to the Sequencer. However if it was deleted and added to Sequencer again, run Scripted Actor Action shows Err ...

Case Child Actor Component validation error when set as editor-only

UE - Gameplay - Jun 4, 2024

When a blueprint actor with a child actor component is placed in a level, and the child actor component is set as editor-only, the output log will show a validation error when the actor is moved and ...

SpringArmComponent with "Use Camera Lag Substepping" does not handle fluctuating frame rates correctly

UE - Gameplay - Jun 4, 2024

The description of SpringArmComponent's "Use Camera Lag Substepping" option says "sub-step camera damping so that it handles fluctuating frame rates well". However, as noted and explained by a licen ...

Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Nested level visibility track bug

UE - Anim - Sequencer - May 31, 2024

The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...

Memory stomp in UTexture2DArray::SetPlatformData

UE - Texture - May 30, 2024

A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...

Custom mode animation resets character pose on every change in the Sequencer

UE - Anim - Sequencer - May 30, 2024

Skeletal Mesh Components that use Custom Animation Mode will have their animation rest to the base position when any change is made to the Level Sequence that the character is used in. The Licensee ...