Renaming a shot through the shot track does not rename the underlying sequence asset

UE - Anim - Sequencer - Aug 7, 2023

Renaming a shot through the shot track does not change the name of the underlying asset, and causes it to no longer match when looking for takes ...

Exclude Default Property Tracks array only excludes last element

UE - Anim - Sequencer - Aug 1, 2023

Only the last element of this array is taken into account when adding defaults tracks. It looks like in FLevelSequenceEditorToolkit::AddDefaultTracksForActor a map is built mapping the property owne ...

[Sequencer] Setting additive transform keyframes on Actor Blueprints (using S hotkey) causes Actor to pop

UE - Anim - Sequencer - Jun 22, 2023

See attached gif for popping behavior. The issue does not occur if using the Enter hotkey or clicking the Add Keyframe button. The issue also does not occur on static or skeletal meshes.  ...

Sequencer: Changing a data layer track to KeepState hits ensure(Aggregate) in animated state storage

UE - Anim - Sequencer - Jun 16, 2023

Ensure condition fires as described in reproduction steps when using a Data Layer track in Sequencer with 'Keep State'. ...

UMovieSceneSequenceTickManager does not consider settings of Fixed Frame Rate

UE - Anim - Sequencer - Jun 15, 2023

Due to CL-20816478 UMovieSceneSequenceTickManager now calculates DeltaTime per Group instead of using DeltaSeconds directly. As a result, the FixedTimeFramerate in the project settings is being igno ...

Level Sequences- Overriding binding of a spawnable mid-playback doesn't despawn spawnable

UE - Anim - Sequencer - Jun 8, 2023

Reported by user in UDN. Overriding the binding of a spawnable actor track while the sequence is playing will result in 2 visual copies of the actor, the original spawnable, which doesn't get destr ...

Converting a light to Spawnable removes it from Light Mixer

UE - Anim - Sequencer - Jun 5, 2023

This is a regression as the issue does not occur in //UE5/Release-5.1 @ CL 23901901 ...

Creating "Level Sequence with Shot" with spawnable cameras creates duplicate cameras

UE - Anim - Sequencer - May 31, 2023

This is not a regression as it does occur in //UE5/Release-5.1 @ CL 23901901 Repro Rate: 3/3 times ...

The takescore module will be involved when do the cook on linux

UE - Anim - Sequencer - May 31, 2023

I think that the UTakeMetaData should be put in an editor only array. ...