Sequencer Path tracks don't work well with physics/velocities

UE - Anim - Sequencer - Apr 4, 2023

The path track does not play well with velocity, and seems to keep the velocity of the movement from the object's initial location and the start of the path. Baking the transform resolves the issue. ...

Crash when editing FRuntimeFloatCurve's curve from sequencer's edit key window

UE - Anim - Sequencer - Mar 31, 2023

Crash when editing a FRuntimeFloatCurve curve exposed through EventTrack or a self-made Struct from the sequencer key edit window. FRuntimeFloatCurve does not support Expose to Cinematic, so this m ...

Some property of EditCondition and FRuntimeFloatCurve changes cannot be detected by GetOnFinishedChangingProperties

UE - Anim - Sequencer - Mar 31, 2023

We've received reports that you're not getting notifications when you change some properties on Sequencer keys. Specifically, I am not able to get notified in NotifyFinishedChangingProperties of SSt ...

BP-exposed UGameplayCamerasSubsystem calls can check-crash the editor

UE - Anim - Sequencer - Mar 30, 2023

Any calls to UGameplayCamerasSubsystem's blueprint-callable functions has the potential to crash the UE editor or a game project by using the wrong PlayerController or calling it at the wrong time. ...

UMovieSceneTrackInstance::GetWorld() does NOT work properly in Editor

UE - Anim - Sequencer - Mar 28, 2023

UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem. The following code change may fix this issue UWorld* UMovieSceneTra ...

Incorrect keying when a Transform Origin is applied

UE - Anim - Sequencer - Mar 28, 2023

See steps to repro. Our key recomposition algorithms need to take into consideration the Transform Origin manipulations. ...

Setting the sequence of a Level Sequence Actor after playing a sequence with an event will crash if played

UE - Anim - Sequencer - Mar 9, 2023

The editor crashes trying to find an event on the other level sequence when playing back the new one. ...