Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmoManager
- IToolContextTransactionProvider::BeginUndoTransaction()
- UInteractiveGizmoManager::BeginUndoTransaction()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmoManager.h |
| Include | #include "InteractiveGizmoManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp |
virtual 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) |