Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Tasks > API/Plugins/StateTreeModule/Tasks/FStateTreeRunParallelStateTreeTa-
Syntax
UPROPERTY (EditAnywhere, Category=Parameter)
EStateTreeTransitionPriority EventHandlingPriority
Remarks
At what priority the events should be handled in the parallel State Tree. If set to 'Normal' the order of the States in the State Tree will define the handling order. If the priority is set to Low, the main tree is let to handle the transitions first. If set to High or above, the parallel tree has change to handle events first. If multiple tasks has same priority, the State order of the States defines the handling order. The tree handling order is: States and handle from leaf to root, tasks before and handled before transitions per State.