UInteractiveGizmoManager::BeginUndoTransaction

Request that the Context open a Transaction, whatever that means to the current Context

Windows
MacOS
Linux

Override Hierarchy

IToolContextTransactionProvider::BeginUndoTransaction()

UInteractiveGizmoManager::BeginUndoTransaction()

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveGizmoManager.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp

Syntax

virtual void BeginUndoTransaction
(
    const FText & Description
)

Remarks

Request that the Context open a Transaction, whatever that means to the current Context

Parameters

Parameter

Description

Description

text description of this transaction (this is the string that appears on undo/redo in the UE Editor)

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