ITransaction::SaveArray

Saves an array to the transaction.

Windows
MacOS
Linux

Override Hierarchy

ITransaction::SaveArray()

FTransaction::SaveArray()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h

Include

#include "Misc/ITransaction.h"

Syntax

void SaveArray
(
    UObject * Object,
    class FScriptArray * Array,
    int32 Index,
    int32 Count,
    int32 Oper,
    int32 ElementSize,
    STRUCT_DC DefaultConstructor,
    STRUCT_AR Serializer,
    STRUCT_DTOR Destructor
)

Remarks

Saves an array to the transaction.

Parameters

Parameter

Description

Object

The object that owns the array.

Array

The array to save.

Index

Count

Oper

ElementSize

Serializer

Destructor

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss