Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IToolsContextTransactionsAPI
Description
Begin a Transaction, whatever this means in the current Context. For example in the Editor it means open a GEditor Transaction. You must call EndUndoTransaction() after calling this.
| Name | BeginUndoTransaction |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include Path | #include "ToolContextInterfaces.h" |
void BeginUndoTransaction
(
const FText & Description
)
Parameters
| Name | Remarks |
|---|---|
| Description | text description of the transaction that could be shown to user |