Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include | #include "LevelEditorViewport.h" |
Syntax
struct FTrackingTransaction
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | TransCount |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initiates a transaction. | ||
| void | BeginPending
(
const FText& Description |
Begin a pending transaction, which won't become a real transaction until PromotePendingToActive is called | |
| void | Cancel () |
||
| void | End () |
||
| bool | IsActive () |
||
| bool | IsPending () |
||
| void | Promote a pending transaction (if any) to an active transaction |
Classes
| Type | Name | Description | |
|---|---|---|---|
| ETransactionState | State of this transaction |