unreal.PlayContextualAnimExecutionMethod

class unreal.PlayContextualAnimExecutionMethod

Bases: EnumBase

EPlay Contextual Anim Execution Method

C++ Source:

  • Plugin: GameplayInteractions

  • Module: GameplayInteractionsModule

  • File: StateTreeTask_PlayContextualAnim.h

JOIN_INTERACTION: PlayContextualAnimExecutionMethod

Join an existing interaction

Type:

1

START_INTERACTION: PlayContextualAnimExecutionMethod

Start a new interaction

Type:

0

TRANSITION_ALL_ACTORS: PlayContextualAnimExecutionMethod

Transition a single actor in an interaction to a different section

Type:

2

TRANSITION_SINGLE_ACTOR: PlayContextualAnimExecutionMethod

Transition all the actors in an interaction to a different sections

Type:

3