Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FLeafView |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
Syntax
struct FLeafView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Batch | FSchemaBatchId | PlainPropsRead.h | ||
| Enum | FOptionalEnumSchemaId | PlainPropsRead.h | ||
| Leaf | FUnpackedLeafType | PlainPropsRead.h | ||
| Value | FMemberValue | PlainPropsRead.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool As () |
PlainPropsRead.h | ||
T As () |
PlainPropsRead.h | ||
bool AsBool() |
PlainPropsRead.h | ||
char16_t AsChar16() |
PlainPropsRead.h | ||
char32_t AsChar32() |
PlainPropsRead.h | ||
char8_t AsChar8() |
PlainPropsRead.h | ||
double AsDouble() |
PlainPropsRead.h | ||
float AsFloat() |
PlainPropsRead.h | ||
int16 AsS16() |
PlainPropsRead.h | ||
int32 AsS32() |
PlainPropsRead.h | ||
int64 AsS64() |
PlainPropsRead.h | ||
int8 AsS8() |
PlainPropsRead.h | ||
uint16 AsU16() |
PlainPropsRead.h | ||
uint32 AsU32() |
PlainPropsRead.h | ||
uint64 AsU64() |
PlainPropsRead.h | ||
uint8 AsU8() |
PlainPropsRead.h | ||
T AsUnderlyingValue() |
PlainPropsRead.h |