Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| |
|
| Module |
StateTreeModule |
| Header |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include |
#include "StateTreePropertyBindings.h" |
Syntax
enum EStateTreeBindableStructSource
&123;
Context,
Parameter,
Evaluator,
GlobalTask,
State,
Task,
Condition,
&125;
Values
| Name |
Description |
| Context |
Source is StateTree context object |
| Parameter |
Source is StateTree parameter |
| Evaluator |
Source is StateTree evaluator |
| GlobalTask |
Source is StateTree global task |
| State |
Source is State parameter |
| Task |
Source is State task |
| Condition |
Source is State condition |