Navigation
API > API/Plugins > API/Plugins/PlainProps
Saves a range of T without a range binding.
| |
|
| Name |
TRangeSaver |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSaveMember.h |
| Include Path |
#include "PlainPropsSaveMember.h" |
Syntax
template<typename T>
class TRangeSaver : public PlainProps::FRangeSaverBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TRangeSaver
(
const FSaveContext& InCtx,
uint64 Num,
const FMemberSerializer& InSchema
)
|
|
PlainPropsSaveMember.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| BuiltItemType |
typename FMemberSerializer::BuiltItemType |
|
PlainPropsSaveMember.h |
| FMemberSerializer |
TMemberSerializer< T > |
|
PlainPropsSaveMember.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| ItemSize |
SIZE_T |
|
PlainPropsSaveMember.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Ctx |
const FSaveContext & |
|
PlainPropsSaveMember.h |
|
| Schema |
const FMemberSerializer & |
|
PlainPropsSaveMember.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void AddItem
(
const T& Item
)
|
|
PlainPropsSaveMember.h |
|
|
|
PlainPropsSaveMember.h |
|