Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ITransaction
Description
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.
| Name | IsTransient |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
| Include Path | #include "Misc/ITransaction.h" |
bool IsTransient() const
true if the transaction is transient.