unreal.StateTreeStateType

class unreal.StateTreeStateType

Bases: EnumBase

EState Tree State Type

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeTypes.h

GROUP: StateTreeStateType

A State containing just child states.

Type:

1

LINKED: StateTreeStateType

A State that is linked to another state in the tree (the execution continues on the linked state).

Type:

2

LINKED_ASSET: StateTreeStateType

A State that is linked to another StateTree asset (the execution continues on the Root state of the linked asset).

Type:

3

STATE: StateTreeStateType

A State containing tasks and child states.

Type:

0

SUBTREE: StateTreeStateType

A subtree that can be linked to.

Type:

4