Editor crashes when trying to focus a muted subsequence

UE - Anim - Sequencer - Mar 13, 2024

It appears the hierarchy is invalid for muted sequences, so there is no context to focus them in.  ...

Playing two instances of the same level sequence with an audio track will not work as expected.

UE - Anim - Sequencer - Mar 11, 2024

Two instances of the same level sequence playing audio will cause the audio to stop playing. ...

TakeRecorder does not add a track to a level sequence when niagara FX is spawned

UE - Anim - Sequencer - Mar 5, 2024

In UTakeRecorderActorSource::EnsureObjectTemplateHasComponent() function, MakeUniqueObjectName() generates the same name of a component which CachedObjectTemplate for TakeRecorder has already had. T ...

Changing the skeletal mesh asset in sequencer causes animation to reset for a frame (T-Pose, A-Pose) if using Custom Mode

UE - Anim - Sequencer - Feb 21, 2024

This seems to be a timing issue. When using an anim BP this does not happen, and when switching meshes through an event track setting the track's event position to At Start of Evaluation resolves th ...

Keep Playback Range In Section bounds can cause Actor Sequence range to be inclusive

UE - Anim - Sequencer - Feb 16, 2024

FSequencer::UpdatePlaybackRange does not check the exclusivity of the new bounds when setting them, but UMovieScene::UpgradeTimeRanges does. ...

Replace Transform Track setting not used when importing FBX through scripting.

UE - Anim - Sequencer - Feb 16, 2024

Importing the fbx uses the default settings, which aren't accessed through scripting, so they cannot be changed. To circumvent this  MovieSceneToolHelpers::ImportFBXIfReady caches the defaults, and ...

Camera Shot Blend does not work when Reverse Play

UE - Anim - Sequencer - Feb 13, 2024

Camera shot blending on Sequencer does not work when Reverse Play. If we place two cameras in a scene and just blend them by Camera Shot track in sequencer, the view point is interpolated between th ...

FixupRedirector issues with packages containing multiple public assets (commandlet and FAssetFixUpRedirectors)

UE - Anim - Sequencer - Jan 19, 2024

A customer is reporting that a renamed LevelSequence will continuously be resaved when Fixing the Redirectors from the Content Browser. The problem would be the incorrect redirector for the Blueprin ...