Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IToolContextTransactionProvider
- IToolContextTransactionProvider::BeginUndoTransaction()
- UInteractiveGizmoManager::BeginUndoTransaction()
- UInteractiveToolManager::BeginUndoTransaction()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolChange.h |
| Include | #include "InteractiveToolChange.h" |
void BeginUndoTransaction
&40;
const FText & Description
&41;
Remarks
Request that the Context open a Transaction, whatever that means to the current Context
Parameters
| Name | Description |
|---|---|
| Description | text description of this transaction (this is the string that appears on undo/redo in the UE Editor) |