Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | EStateTreeBlueprintPropertyCategory |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Blueprint/StateTreeNodeBlueprintBase.h |
| Include Path | #include "Blueprint/StateTreeNodeBlueprintBase.h" |
Syntax
enum EStateTreeBlueprintPropertyCategory
{
NotSet,
Input,
Parameter,
Output,
ContextObject,
}
Values
| Name | Remarks |
|---|---|
| NotSet | |
| Input | |
| Parameter | |
| Output | |
| ContextObject |