FTransaction::GetTransactionObjects

Get all the objects that are part of this transaction.

Windows
MacOS
Linux

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

void GetTransactionObjects
(
    TArray< UObject * > & Objects
) const

Remarks

Get all the objects that are part of this transaction.

Parameters

Parameter

Description

Objects

[out] Receives the object list. Previous contents are cleared.

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