unreal.StateTreeDataSourceType

class unreal.StateTreeDataSourceType

Bases: EnumBase

Data type the FStateTreeDataHandle is pointing at.

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeTypes.h

ACTIVE_INSTANCE_DATA: StateTreeDataSourceType = Ellipsis

Active State Tasks

Type:

3

ACTIVE_INSTANCE_DATA_OBJECT: StateTreeDataSourceType = Ellipsis

Active State Tasks

Type:

4

CONTEXT_DATA: StateTreeDataSourceType = Ellipsis

Context Data, Tree Parameters

Type:

11

EVALUATION_SCOPE_INSTANCE_DATA: StateTreeDataSourceType = Ellipsis

Temporary data constructor, used and destroyed immediately. Used by conditions, considerations and function bindings.

Type:

7

EVALUATION_SCOPE_INSTANCE_DATA_OBJECT: StateTreeDataSourceType = Ellipsis

Temporary data constructor, used and destroyed immediately. Used by conditions, considerations and function bindings.

Type:

8

EXECUTION_RUNTIME_DATA: StateTreeDataSourceType = Ellipsis

Node instance data for the duration of the execution.

Type:

9

EXECUTION_RUNTIME_DATA_OBJECT: StateTreeDataSourceType = Ellipsis

Node instance data for the duration of the execution.

Type:

10

EXTERNAL_DATA: StateTreeDataSourceType = Ellipsis

External Data required by the nodes.

Type:

12

EXTERNAL_GLOBAL_PARAMETER_DATA: StateTreeDataSourceType = Ellipsis

Global parameters provided externally

Type:

18

GLOBAL_INSTANCE_DATA: StateTreeDataSourceType = Ellipsis

Global Tasks, Evaluators.

Type:

1

GLOBAL_INSTANCE_DATA_OBJECT: StateTreeDataSourceType = Ellipsis

Global Tasks, Evaluators.

Type:

2

GLOBAL_PARAMETER_DATA: StateTreeDataSourceType = Ellipsis

Global parameters

Type:

13

SHARED_INSTANCE_DATA: StateTreeDataSourceType = Ellipsis

Conditions, considerations and function bindings.

Type:

5

SHARED_INSTANCE_DATA_OBJECT: StateTreeDataSourceType = Ellipsis

Conditions, considerations and function bindings

Type:

6

STATE_EVENT: StateTreeDataSourceType = Ellipsis

Event used in state selection.

Type:

17

STATE_PARAMETER_DATA: StateTreeDataSourceType = Ellipsis

Parameters for regular and linked states

Type:

15

SUBTREE_PARAMETER_DATA: StateTreeDataSourceType = Ellipsis

Parameters for subtree (may resolve to a linked state’s parameters or default params)

Type:

14

TRANSITION_EVENT: StateTreeDataSourceType = Ellipsis

Event used in transition.

Type:

16