Navigation
API > API/Plugins > API/Plugins/PlainProps
TMemberSerializer helper.
| Name | TLeafSerializer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSaveMember.h |
| Include Path | #include "PlainPropsSaveMember.h" |
Syntax
template<typename T>
struct TLeafSerializer
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BuiltItemType | T | PlainPropsSaveMember.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ConstructAndLoadMember
(
void* Dst, |
PlainPropsSaveMember.h | ||
static void LoadMember
(
T& Dst, |
PlainPropsSaveMember.h | ||
static T SaveItem
(
T Value, |
PlainPropsSaveMember.h | ||
static FTypedValue SaveLeaf
(
FMemberType Type, |
PlainPropsSaveMember.h |