Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TMapDeltaBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename K, typename V, typename SetAllocator, typename KeyFuncs>
struct TMapDeltaBinding : public PlainProps::UE::TBaseDeltaBinding< TMap< K, V, SetAllocator, KeyFuncs >, K >
Inheritance Hierarchy
- FBaseDeltaBinding → TBaseDeltaBinding → TMapDeltaBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMapDeltaBinding
(
TCustomSpecifier< Ids, 2 >& Spec |
PlainPropsUeCoreBindings.h |
Structs
| Name | Remarks |
|---|---|
| FCustomTypename |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MapType | TMap< K, V, SetAllocator, KeyFuncs > | PlainPropsUeCoreBindings.h | |
| Super | TBaseDeltaBinding< MapType, K > | PlainPropsUeCoreBindings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Keys | const TMemberSerializer< K > | PlainPropsUeCoreBindings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Load
(
MapType& Dst, |
PlainPropsUeCoreBindings.h | ||
void Save
(
FMemberBuilder& Dst, |
PlainPropsUeCoreBindings.h |