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

Subsequence time scale does not display accurately in preview.

UE - Anim - Sequencer - Feb 18, 2026

Using time scale in the subsequences leads to mismatch between rendered image and editor view. This makes it hard to related the content to each other. ...

Possible to duplicate shot tracks

UE - Anim - Sequencer - Feb 5, 2026

Multiple shot tracks are a problem source, and UE seems to try and pre-empt them by disabling the menu option to add a second one when one is already in there. Duplication, however, is still permitt ...

UMovieSceneAudioSection delegates do not get bound to recycled audio components

UE - Anim - Sequencer - Feb 2, 2026

When audio sections have delegates bound to things like SetOnAudioFinished and that audio section ends up being played through a recycled audio component inside UMovieSceneAudioSystem, the delegates ...

“S” key fails to add key to transform when additive track Is locked

UE - Anim - Sequencer - Feb 2, 2026

When an additive transform track is locked, pressing the “S” key does not add a new key to the sequence. No key is added to either the additive track or the base transform track. What the user expe ...

Sequencer: Camera blends restore to incorrect view target after Keep State

UE - Anim - Sequencer - Jan 20, 2026

When a Level Sequence’s Camera Cut track with When Finished = Keep State is played, the “original state” is persisted into the PreAnimatedStorage array inside FPreAnimatedCameraCutStorage. From the ...

FMovieSceneSkeletalAnimationParams::MapTimeToAnimation returns the wrong value if InFrameRate is not the Tick Resolution

UE - Anim - Sequencer - Jan 16, 2026

FMovieSceneSkeletalAnimationParams::MapTimeToAnimation takes in an FFrameTime and FFrameRate and is supposed to tell you which frame of animation that evaluates to, when accounting for looping, play ...

Constraint Binding ID is broken on attach track when subsequence asset is moved.

UE - Anim - Sequencer - Jan 14, 2026

Moving a level sequence asset that contains actors that are being referenced as a subsequence in an attach track causes the references to drop, even though the subsequence reference is correctly upd ...

Section::TrimSection resulting in bad key values at start and end of trim range

UE - Anim - Sequencer - Dec 17, 2025

The trim process inserts keys at the start or end of the range depending if you specify Trim Left or Right, I'm finding that Trim right is inserting a key at the end of the section that is incorrect ...

The bake_transform_with_settings method works in 5.6 but not 5.7

UE - Anim - Sequencer - Nov 26, 2025

Trying to automate the process of baking transforms via python and the identical code above works in 5.6 but not in 5.7. There are no error messages in the output log. When running in 5.7, it does ...