Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
Include | #include "Misc/ITransaction.h" |
Syntax
struct FTransactionContext
Remarks
Convenience struct for passing around transaction context.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | Context | The context that generated the transaction |
![]() |
FGuid | OperationId | Unique identifier for the active operation on the transaction (if any) |
![]() |
UObject * | PrimaryObject | The primary UObject for the transaction (if any). |
![]() |
FText | Title | Descriptive title of the transaction |
![]() |
FGuid | TransactionId | Unique identifier for the transaction, used to track it during its lifetime |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FTransactionContext
(
const FGuid& InTransactionId, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |