Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
- IToolContextTransactionProvider::BeginUndoTransaction()
- UInteractiveToolManager::BeginUndoTransaction()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual void BeginUndoTransaction
(
const FText & Description
)
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) |