unreal.StateTreeRunStatus

class unreal.StateTreeRunStatus

Bases: EnumBase

Status describing current run status of a State Tree.

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeExecutionTypes.h

FAILED: StateTreeRunStatus

Tree execution has stopped on failure.

Type:

1

RUNNING: StateTreeRunStatus

Tree is still running.

Type:

0

STOPPED: StateTreeRunStatus

The State Tree was requested to stop without a particular success or failure state.

Type:

3

SUCCEEDED: StateTreeRunStatus

Tree execution has stopped on success.

Type:

2

UNSET: StateTreeRunStatus

Status not set.

Type:

4