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