unreal.PlayContextualAnimExecutionMethod¶
- class unreal.PlayContextualAnimExecutionMethod¶
Bases:
EnumBaseEPlay Contextual Anim Execution Method
C++ Source:
Plugin: GameplayInteractions
Module: GameplayInteractionsModule
File: StateTreeTask_PlayContextualAnim.h
- JOIN_INTERACTION: PlayContextualAnimExecutionMethod = Ellipsis¶
Join an existing interaction
- Type:
1
- START_INTERACTION: PlayContextualAnimExecutionMethod = Ellipsis¶
Start a new interaction
- Type:
0
- TRANSITION_ALL_ACTORS: PlayContextualAnimExecutionMethod = Ellipsis¶
Transition a single actor in an interaction to a different section
- Type:
2
- TRANSITION_SINGLE_ACTOR: PlayContextualAnimExecutionMethod = Ellipsis¶
Transition all the actors in an interaction to a different sections
- Type:
3