Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/ITransaction
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
| Include | #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
)
Remarks
Saves an array to the transaction.
Parameters
| Name | Description |
|---|---|
| Object | The object that owns the array. |
| Array | The array to save. |
| Index | |
| Count | |
| Oper | |
| ElementSize | |
| ElementAlignment | |
| Serializer | |
| Destructor |