Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | EStateTreeBindableStructSource |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include Path | #include "StateTreePropertyBindings.h" |
Syntax
enum EStateTreeBindableStructSource
{
Context,
Parameter,
Evaluator,
GlobalTask,
StateParameter,
Task,
Condition,
Consideration,
TransitionEvent,
StateEvent,
PropertyFunction,
Transition,
}
Values
| Name | Remarks |
|---|---|
| Context | Source is StateTree context object |
| Parameter | Source is StateTree parameter |
| Evaluator | Source is StateTree evaluator |
| GlobalTask | Source is StateTree global task |
| StateParameter | Source is State parameter |
| Task | Source is State task |
| Condition | Source is State condition |
| Consideration | Source is State utility consideration |
| TransitionEvent | Source is StateTree event used by transition |
| StateEvent | Source is StateTree event used by state selection |
| PropertyFunction | Source is Property Function |
| Transition | Source is Transition |