UTransactor::CanUndo

Determines whether the undo option should be selectable.

Windows
MacOS
Linux

Override Hierarchy

UTransactor::CanUndo()

UTransBuffer::CanUndo()

References

Module

UnrealEd

Header

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

Include

#include "Editor/Transactor.h"

Syntax

virtual bool CanUndo
(
    FText * Text
)

Remarks

Determines whether the undo option should be selectable.

Returns

true if the "Undo" option should be selectable.

Parameters

Parameter

Description

Str

[out] the reason that undo is disabled

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