Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | PlainProps::EInnermostKind |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
Syntax
namespace PlainProps
{
enum EInnermostKind
{
Struct,
Enum,
Bool,
S8,
S16,
S32,
S64,
U8,
U16,
U32,
U64,
F32,
F64,
UTF8,
UTF16,
UTF32,
}
}
Values
| Name | Remarks |
|---|---|
| Struct | |
| Enum | |
| Bool | |
| S8 | |
| S16 | |
| S32 | |
| S64 | |
| U8 | |
| U16 | |
| U32 | |
| U64 | |
| F32 | |
| F64 | |
| UTF8 | |
| UTF16 | |
| UTF32 |