UTransBuffer::GetUndoContext

Returns the description of the undo action that will be performed next.

Windows
MacOS
Linux

Override Hierarchy

UTransactor::GetUndoContext()

UTransBuffer::GetUndoContext()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h

Include

#include "Editor/TransBuffer.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp

Syntax

virtual FTransactionContext GetUndoContext
(
    bool bCheckWhetherUndoPossible
)

Remarks

Returns the description of the undo action that will be performed next. This is the text that is shown next to the "Undo" item in the menu.

Returns

text describing the next undo transaction

Parameters

Parameter

Description

bCheckWhetherUndoPossible

Perform test whether undo is possible and return Error if not and option is set

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