Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TVariantBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename... Ts>
struct TVariantBinding : public PlainProps::ICustomBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariantBinding
(
TCustomSpecifier< Ids, N >& Spec |
PlainPropsUeCoreBindings.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TSerializers | std::tuple< TMemberSerializer< Ts >... > | PlainPropsUeCoreBindings.h | |
| Type | TVariant< Ts... > | PlainPropsUeCoreBindings.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Functions | TVariantMemberFunctions< Ts... > | PlainPropsUeCoreBindings.h | |
| N | uint32 | PlainPropsUeCoreBindings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MemberIds | const FMemberId | PlainPropsUeCoreBindings.h | ||
| Serializers | const TSerializers | PlainPropsUeCoreBindings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Diff
(
const Type& A, |
PlainPropsUeCoreBindings.h | ||
bool Diff
(
const Type& A, |
PlainPropsUeCoreBindings.h | ||
void Load
(
Type& Dst, |
PlainPropsUeCoreBindings.h | ||
void Save
(
FMemberBuilder& Dst, |
PlainPropsUeCoreBindings.h |