Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
Include |
#include "Misc/ITransaction.h" |
struct FTransactionContext
Convenience struct for passing around transaction context.
Name | Description | ||
---|---|---|---|
|
Context |
The context that generated the transaction |
|
|
OperationId |
Unique identifier for the active operation on the transaction (if any) |
|
|
UObject * |
PrimaryObject |
The primary UObject for the transaction (if any). |
|
Title |
Descriptive title of the transaction |
|
|
TransactionId |
Unique identifier for the transaction, used to track it during its lifetime |
Name | Description | |
---|---|---|
|
FTransactionContext() |
|
|
FTransactionContext |