Navigation
API > API/Plugins > API/Plugins/PlainProps
TMemberSerializer helper.
| Name | TRangeSerializer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSaveMember.h |
| Include Path | #include "PlainPropsSaveMember.h" |
Syntax
template<typename T, typename RangeBinding>
struct TRangeSerializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRangeSerializer
(
TCustomInit< Ids >& Init, |
PlainPropsSaveMember.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BuiltItemType | FBuiltRange * | PlainPropsSaveMember.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bLeafRange | bool | PlainPropsSaveMember.h | |
| Kind | EMemberKind | PlainPropsSaveMember.h | |
| NumRanges | uint16 | PlainPropsSaveMember.h | |
| NumTypes | uint16 | PlainPropsSaveMember.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bindings | FRangeBinding const *const | PlainPropsSaveMember.h | ||
| BindTypes | FMemberBindTypeInitializer | PlainPropsSaveMember.h | ||
| InnermostId | FOptionalInnerId | PlainPropsSaveMember.h | ||
| InnermostSpecId | FOptionalInnerId | PlainPropsSaveMember.h | ||
| Types | FMemberType | PlainPropsSaveMember.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConstructAndLoadMember
(
void* Dst, |
PlainPropsSaveMember.h | ||
bool DiffItems
(
const void* A, |
PlainPropsSaveMember.h | ||
bool DiffMember
(
const T& A, |
PlainPropsSaveMember.h | ||
void LoadMember
(
T& Dst, |
PlainPropsSaveMember.h | ||
FDiffMetadata MakeDiffMetadata() |
PlainPropsSaveMember.h | ||
FRangeMemberBinding MakeInnerRangeBinding() |
PlainPropsSaveMember.h | ||
FMemberSchema MakeMemberRangeSchema
(
ESizeType MaxSize |
PlainPropsSaveMember.h | ||
FMemberSchema MakeMemberSchema() |
PlainPropsSaveMember.h | ||
FBuiltRange * SaveItem
(
const T& Item, |
PlainPropsSaveMember.h | ||
FTypedValue SaveMember
(
const T& Value, |
PlainPropsSaveMember.h | ||
FMemberSpec SpecMember() |
PlainPropsSaveMember.h |