Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | PlainProps::ELeafBindType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
Syntax
namespace PlainProps
{
enum ELeafBindType
{
Bool,
IntS,
IntU,
Float,
Hex,
Enum,
Unicode,
BitfieldBool,
}
}
Values
| Name | Remarks |
|---|---|
| Bool | |
| IntS | |
| IntU | |
| Float | |
| Hex | |
| Enum | |
| Unicode | |
| BitfieldBool |