Navigation
API > API/Plugins > API/Plugins/PlainProps
Only used for non-default constructible pairs.
| Name | TPairBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename K, typename V>
struct TPairBinding : public PlainProps::ICustomBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPairBinding
(
TCustomSpecifier< Ids, 2 >& Spec |
PlainPropsUeCoreBindings.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | TPair< K, V > | PlainPropsUeCoreBindings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | const TMemberSerializer< K > | PlainPropsUeCoreBindings.h | ||
| MemberIds | const FMemberId | PlainPropsUeCoreBindings.h | ||
| Value | const TMemberSerializer< V > | PlainPropsUeCoreBindings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Diff
(
const TPair< K, V >& A, |
PlainPropsUeCoreBindings.h | ||
void Load
(
TPair< K, V >& Dst, |
PlainPropsUeCoreBindings.h | ||
void Save
(
FMemberBuilder& Dst, |
PlainPropsUeCoreBindings.h |