Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ITransaction
Description
Saves an array to the transaction.
| Name | SaveArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
| Include Path | #include "Misc/ITransaction.h" |
void SaveArray
(
UObject * Object,
class FScriptArray * Array,
int32 Index,
int32 Count,
int32 Oper,
int32 ElementSize,
uint32 ElementAlignment,
STRUCT_DC DefaultConstructor,
STRUCT_AR Serializer,
STRUCT_DTOR Destructor
)
Parameters
| Name | Remarks |
|---|---|
| Object | The object that owns the array. |
| Array | The array to save. |
| Index | |
| Count | |
| Oper | |
| ElementSize | |
| ElementAlignment | |
| Serializer | |
| Destructor |
See Also
- SaveObject