ITransaction::SaveObject

Saves an [UObject](API\Runtime\CoreUObject\UObject\UObject) to the transaction.

Windows
MacOS
Linux

Override Hierarchy

ITransaction::SaveObject()

FTransaction::SaveObject()

References

Module

Core

Header

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

Include

#include "Misc/ITransaction.h"

Syntax

void SaveObject
(
    UObject * Object
)

Remarks

Saves an UObject to the transaction.

Parameters

Parameter

Description

Object

The object to save.

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