Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/ISequencerAnimationOverride
Description
Should return a list of valid slot names for Sequencer to output to in the case that Sequencer is not permitted to override 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.
| Name | GetSequencerAnimSlotNames |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/SequencerAnimationOverride.h |
| Include Path | #include "SequencerAnimationOverride.h" |
UFUNCTION (BlueprintNativeEvent, Category="Sequencer", Meta=(CallInEditor="true"))
TArray < FName > GetSequencerAnimSlotNames() const