unreal.MotionMatchingInteractionEvaluationMode

class unreal.MotionMatchingInteractionEvaluationMode

Bases: EnumBase

EMotion Matching Interaction Evaluation Mode

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: AnimNode_MotionMatchingInteraction.h

CONTINUOUS_RESELECTION: MotionMatchingInteractionEvaluationMode

Node will continuously provide its availabilities and eventually blend to newly selected animations

Type:

0

SINGLE_SELECTION: MotionMatchingInteractionEvaluationMode

Node will continuously provide its availabilities to keep the interaction alive, but will play only the first selected animation the idea is to let the animation play until the end and allow the evenutual state machine playing this node to be able to perform an automatic transition

Type:

1