Sequencer- FComponentMaterialInfo isn't exposed to Blueprint or script, leaving script users having to call deprecated paths

UE - Anim - Sequencer - Jul 26, 2024

The ComponentMaterialTrack recently got upgraded to be able to animate parameters on different types of materials. This meant using an FComponentMaterialInfo to describe which material was being ani ...

Copy and paste from one sequencer to another does not work correctly

UE - Anim - Sequencer - Jul 26, 2024

Copy and paste from one sequencer to another does not work as expected. Let say there is a certain folder structure like this;[Link Removed] Then you press Ctrl+A then Ctrl+C for copying and past ...

Sequencer- New takes will not respect project setting take number if initial asset doesn't have a shot number

UE - Anim - Sequencer - Jul 18, 2024

With 5.2, we allowed the take separator to be multiple characters long. But it would appear that when using this feature, if you don't also have a 'shot number' before the take separator, then the n ...

Sequencer- Cannot change multiple selected spawnable's class

UE - Anim - Sequencer - Jul 17, 2024

Only the first selected spawnable actor binding will have its class changed when selecting 'Change Class' from the right click menu. ...

Sequencer- Crash on restoring state when a user has animated level visibility as well as skeletal animation on an actor in the invisible level

UE - Anim - Sequencer - Jul 16, 2024

When a level sequence animates level visibility as well as skeletal animation on an actor within that sub-level, restoring state will first unstream the level, which will unregister the skeletal mes ...

Dynamic (transient) material instance assignment lost if object spawnable

UE - Anim - Sequencer - Jun 21, 2024

Material Instance Dynamic assigned to Spawnable objects with Editor Utility Widget get reverted when hit the Save button in Sequencer. This appears to come from the Material Instance Dynamic not be ...

Renaming Niagara's emitter name in the Timeline panel causes a crash

UE - Anim - Sequencer - Jun 18, 2024

Renaming an emitter's name in Timeline panel of Niagara editor causes an editor crash. This happens because FViewModelHierarchyOperation constructor is called with null InAnyModel ptr; FViewModelHi ...

Simulate motion vectors can fail on camera cuts

UE - Anim - Sequencer - Jun 11, 2024

r.MotionVectorSimulation 1 should simulate motion vectors when cutting cameras, but this appears to be broken on some loops. ...

Camera Cuts lock doesn't work when simulating

UE - Anim - Sequencer - Jun 10, 2024

Lock Viewport to Camera Cuts of CameraCutTrack stopped working from version 5.4 during PIE's simulation. This is a regression from 5.3 behavior where the lock remains when simulating. Locking to ind ...

Nested level visibility track bug

UE - Anim - Sequencer - May 31, 2024

The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...