ITransaction::IsTransient

Report if a transaction should be put in the undo buffer.

Windows
MacOS
Linux

Override Hierarchy

ITransaction::IsTransient()

FTransaction::IsTransient()

References

Module

Core

Header

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

Include

#include "Misc/ITransaction.h"

Syntax

bool IsTransient() const

Remarks

Report if a transaction should be put in the undo buffer. A transaction will be transient if it contains PIE objects or result in a no-op. If this returns true the transaction won't be put in the transaction buffer.

Returns

true if the transaction is transient.

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