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 |
|
Try living without virtual destructor and trivially destructible members. |
PlainPropsUeCoreBindings.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
PlainPropsUeCoreBindings.h |
|
|
|
PlainPropsUeCoreBindings.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FExistingItemSlice GetContiguousSlice
(
int32 Idx,
const TSparseArray< TSparseSetElement< T > >& Elems
)
|
|
PlainPropsUeCoreBindings.h |
|