Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TSetBinding |
| 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 TSetBinding : public PlainProps::IItemRangeBinding
Implements Interfaces
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ItemType | T | PlainPropsUeCoreBindings.h | |
| SetType | TSet< T, KeyFuncs, SetAllocator > | PlainPropsUeCoreBindings.h | |
| SizeType | int32 | PlainPropsUeCoreBindings.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BindName | std::string_view | PlainPropsUeCoreBindings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IItemRangeBinding
(
FConcreteTypenameId RangeBindName |
Try living without virtual destructor and trivially destructible members. | PlainPropsUeCoreBindings.h |
Overridden from IItemRangeBinding
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void MakeItems
(
FLoadRangeContext& Ctx |
PlainPropsUeCoreBindings.h | ||
virtual void ReadItems
(
FSaveRangeContext& Ctx |
PlainPropsUeCoreBindings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FExistingItemSlice GetContiguousSlice
(
int32 Idx, |
PlainPropsUeCoreBindings.h |