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