Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include | #include "PlainPropsRead.h" |
Syntax
struct FLeafView
Variables
| Type | Name | Description | |
|---|---|---|---|
| FReadBatchId | Batch | ||
| FEnumSchemaId | Enum | ||
| FUnpackedLeafType | Leaf | ||
| FMemberValue | Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AsBool () |
||
| char16_t | AsChar16 () |
||
| char32_t | AsChar32 () |
||
| char8_t | AsChar8 () |
||
| double | AsDouble () |
||
| uint16 | AsEnum16 () |
||
| uint32 | AsEnum32 () |
||
| uint64 | AsEnum64 () |
||
| uint8 | AsEnum8 () |
||
| float | AsFloat () |
||
| int16 | AsS16 () |
||
| int32 | AsS32 () |
||
| int64 | AsS64 () |
||
| int8 | AsS8 () |
||
| uint16 | AsU16 () |
||
| uint32 | AsU32 () |
||
| uint64 | AsU64 () |
||
| uint8 | AsU8 () |