Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | EStateTreePropertyUsage |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include Path | #include "StateTreeTypes.h" |
Syntax
enum EStateTreePropertyUsage
{
Invalid,
Context,
Input,
Parameter,
Output,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Context | |
| Input | |
| Parameter | |
| Output |