Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TVariantMemberSerializer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename T, typename... Ts>
struct TVariantMemberSerializer
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TSerializers | std::tuple< TMemberSerializer< Ts >... > | PlainPropsUeCoreBindings.h | |
| Type | TVariant< Ts... > | PlainPropsUeCoreBindings.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool DiffMember
(
const Type& A, |
PlainPropsUeCoreBindings.h | ||
static void LoadMember
(
Type& Dst, |
PlainPropsUeCoreBindings.h | ||
static FTypedValue SaveMember
(
const Type& Src, |
PlainPropsUeCoreBindings.h |