Frame-locked sequencer intermittently triggers notify state end event

UE - Runtime - Animation - Mar 10, 2026

Frame-locked Sequencers can occasionally produce frames with a zero delta time due to frame number truncation. When this occurs, if the animation cursor is within the range of a Notify State that is ...

Sequencer CR curve evaluating differently when navigating from parent sequence

UE - Anim - Anim in Engine - Mar 10, 2026

Depending on whether I first open the level sequence that contains the control rig, or its parent level sequence, the animation curve will evaluate differently.  ...

LevelStreamingPersistence: Crash when streaming in destroyed map actor with persisted properties

UE - World Creation - Worldbuilding Tools - Mar 6, 2026

Context The LevelStreamingPersistence plugin can be used to remember and restore properties on actors and components that are part of a streamed level. Saved property values are restored when a lev ...

LevelStreamingPersistence: BP variables that aren't Instance Editable get reset

UE - World Creation - Worldbuilding Tools - Mar 6, 2026

Context The LevelStreamingPersistence plugin can be used to remember and restore properties on actors and components that are part of a streamed level. Blueprint variables can be marked as instan ...

Videos not displaying on projector light

TM - Rendering - Mar 5, 2026

Reported in SF [Link Removed] When inserting a video into the projector light, the projector light no longer appears to work. The reporting user is on a Mac machine (M4). I was not able to reprodu ...

Physics Constraint Actor: When plasticity is enabled, Drive Position Target is reset to zero on constraint initialization

UE - Runtime - Simulation - Mar 5, 2026

When a Chaos joint constraint is first created, having linear/angular plasticity enabled will unexpectedly force its linear/angular drive position target to zero on initialization, disregarding the ...

World Condition FWorldConditionQuerySharedDefinition fails to Link in builds in Unreal Engine 5.7

UE - AI - Mar 1, 2026

In FWorldConditionQuerySharedDefinition::PostSerialize, if (Ar.IsLoading() && SerializedObject != nullptr) the SerializedObject is currently only used for debug logging within Link() and is not ...

Crash when adding Actor Components to a Spawnable Actor in Sequencer while it is despawned

UE - Anim - Sequencer - Feb 26, 2026

After migrating our project from UE 5.5 to 5.7, we are experiencing a consistent engine crash in the Sequencer. The crash occurs specifically when a user attempts to add a component to a Spawnable A ...

Enhanced Input: RebuildControlMappings loses information about the last state of a trigger

UE - Gameplay - Input - Feb 25, 2026

When two input actions are bound to the same "pressed" key in the same IMC & one is set to RebuildControlMappings, the input of the other will trigger indefinitely while the key is held down. ...