Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/ITransaction
- ITransaction::SaveArray()
- FTransaction::SaveArray()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
Include | #include "Misc/ITransaction.h" |
void SaveArray
&40;
UObject &42; Object,
class FScriptArray &42; Array,
int32 Index,
int32 Count,
int32 Oper,
int32 ElementSize,
uint32 ElementAlignment,
STRUCT_DC DefaultConstructor,
STRUCT_AR Serializer,
STRUCT_DTOR Destructor
&41;
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 |