unreal.SequencerAnimationOverride

class unreal.SequencerAnimationOverride(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

Sequencer Animation Override

C++ Source:

  • Module: AnimGraphRuntime

  • File: SequencerAnimationOverride.h

allows_cinematic_override() bool

Whether this animation blueprint allows Sequencer to nuke this anim instance and replace it during Sequencer playback.

Return type:

bool

get_sequencer_anim_slot_names() Array[Name]

Should return a list of valid slot names for Sequencer to output to in the case that Sequencer is not permitted to nuke the anim instance. Will be chosen by the user in drop down on the skeletal animation section properties. Should be named descriptively, as in some contexts (UEFN), the user will not be able to view the animation blueprint itself to determine the mixing behavior of the slot.

Return type:

Array[Name]