Misaligned sampling in UI Material with with CustomStencil

UE - Graphics Features - May 19, 2025

The output of the CustomStencil node in a User Interface material does not align with the viewport dimensions. Toggling fullscreen/windowed mode (F11) causes the offset to reappear, so scaling the n ...

AnimNotify Issue with LevelSequencer Actor with URO

UE - Anim - Gameplay - May 19, 2025

Sometimes AnimNotify does not fire when an animation is executed under the following conditions. 1. The CharacterMesh's AnimationMode uses UseAnimationAsset 2. CharacterMesh's URO is enabled (Enable ...

Tick functions are skipped on the first frame in package build and standalone PIE

UE - Gameplay - May 19, 2025

It's reported that all Tick functions are skipped on the first frame when running in packaged builds and standalone PIE. This is because both TickVisitedGFrameCounter and GFrameCounter are initializ ...

Changes to Instanced Properties default value on BP not propagated to placed actors in the opened level

UE - Foundation - May 15, 2025

In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...

Bone names of ~100 characters or longer crash the editor when baking to control rig

UE - Anim - Rigging - Control Rig - May 15, 2025

This is an issue with inconsistencies over rig names and how control names are generated. We expect that a control name will be appended with _CONTROL or _CURVE_CONTROL. But because URigHierarchy: ...

Sequence with restore state set is causing a "Fatal world leaks detected" crash

UE - Anim - Sequencer - May 14, 2025

We recently had a few occurrences of crashes caused by a "Fatal world leaks detected" error when unloading a level (in a packaged game and in editor). I tracked down what was keeping a references t ...

RigidBody parameters not working (external force and others)

UE - Simulation - Physics - Character - May 14, 2025

We are running into issues where the parameters of the RigidBody node in an ABP are not being applied at all when running the ABP in PIE even when the parameters are working correctly in the ABP pre ...

RayTracingManager::Tick() called twice in a single game frame

UE - Graphics Features - Ray Tracing - May 14, 2025

A licensee has shared a project with us, in which they are able to trigger a problematic case where the RayTracingGeometryManager is ticked twice during a single game frame. It would be good to inve ...

Bug: Level Sequence OriginOverrideLocation not propagating to newly added nested ShotTracks

UE - Anim - Sequencer - May 14, 2025

Within a Level Sequence, it's possible to override the transform (OriginOverrideLocation) of a ShotTrack. This generally works as expected — all nested ShotTracks should inherit and apply the transf ...

Skeleton does not match Full Body IK node debug.

UE - Anim - Rigging - Control Rig - May 13, 2025

In a simple setup of the Fullbody IK control rig node, when you turn on the debug draw of the ik solve. The lines and the skeleton do not align. ...