Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| |
|
| Name |
EStateTreePropertyRefType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include Path |
#include "StateTreePropertyRef.h" |
Syntax
enum EStateTreePropertyRefType
{
None,
Bool,
Byte,
Int32,
Int64,
Float,
Double,
Name,
String,
Text,
Enum,
Struct,
Object,
SoftObject,
Class,
SoftClass,
}
Values
| Name |
Remarks |
| None |
|
| Bool |
|
| Byte |
|
| Int32 |
|
| Int64 |
|
| Float |
|
| Double |
|
| Name |
|
| String |
|
| Text |
|
| Enum |
|
| Struct |
|
| Object |
|
| SoftObject |
|
| Class |
|
| SoftClass |
|