IToolsContextTransactionsAPI::BeginUndoTransaction

Begin a Transaction, whatever this means in the current Context.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolContextInterfaces.h

Include

#include "ToolContextInterfaces.h"

Syntax

void BeginUndoTransaction
(
    const FText & Description
)

Remarks

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.

Parameters

Parameter

Description

Description

text description of the transaction that could be shown to user

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss