Key Interpolation method is not saved when calling the color picker by key editing of Sequencer

UE - Anim - Sequencer - Feb 17, 2022

The problem is that the interpolation method is not saved when editing the Vector Parameter. ...

MoviePipeline Project Settings can't refer to Plugin classes

UE - Anim - Sequencer - Feb 12, 2022

A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options. ...

Adding a key to an Absolute transform section will accumulate an extra transform offset when a transform override is set on a sequence. With attach track

UE - Anim - Sequencer - Feb 10, 2022

This is similar to [Link Removed] but still reproduces with an attach track. ...

If remove the muted side from the two child tracks in sequencer, the remaining tracks will be muted forever

UE - Anim - Sequencer - Feb 4, 2022

The cause was that the information remained in Rows Disabled of Track even though it returned to one Track by the delete operation from the state where there was a child Track of multiple rows. As ...

abnormal sound output on UMG animation track

UE - Anim - Sequencer - Jan 28, 2022

Sound repeated at initial frame only on 4.27. it was worked fine on 4.26 and 4.25 It is probably a side effect caused by the sequencer changes below.​ Sequencer: Move Finalization phase back onto ...

Importing fbx onto an empty camera animation sequence can crash the editor

UE - Anim - Sequencer - Jan 27, 2022

Importing an FBX into an empty camera animation sequence crashes the editor. The import seems to fail when trying to add a camera cut track. Exporting an fbx from a camera animation sequence, deleti ...

Event Track option is missing from the +Track within the Actor Sequencer Component's options

UE - Anim - Sequencer - Jan 25, 2022

This a regression Event Track option is missing from the +Track within the Actor Sequencer Component's options. ...

Adding a key to an Absolute transform section will accumulate an extra transform offset when a transform override is set on a sequence.

UE - Anim - Sequencer - Jan 13, 2022

The keyed transform value will have the origin offset applied to it when it should not be.  ...

Editor crashes when creating a new level while the current level contains an Actor with an Actor Sequence Component

UE - Anim - Sequencer - Jan 5, 2022

This is not a regression. Tested in: //UE5/Main CL18218925 Binary - Crashed //UE5/Release-5.0 CL16682836 Binary - Crashed //UE4/Release-4.27 CL Binary - Crashed Having a level open that contains a ...

MoviePipeline: Python Editor example can double-up objects in-scene

UE - Anim - Sequencer - Jan 4, 2022

See the UDN for sample project. This is caused by the Editor Python sample not using the UMoviePipelineQueueSubsystem, which (when rendering) blocks the Sequencer from auto-binding to PIE. The fix ...