Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TArrayBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename T, class Allocator>
struct TArrayBinding : public PlainProps::IItemRangeBinding
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArrayType | TArray< T, Allocator > | PlainPropsUeCoreBindings.h | |
| ItemType | T | 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 |