FTransaction::SaveObject

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

Windows
MacOS
Linux

Override Hierarchy

ITransaction::SaveObject()

FTransaction::SaveObject()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h

Include

#include "Editor/Transactor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp

Syntax

virtual 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