UTransactor::Undo

Executes an undo transaction, undoing all actions contained by that transaction.

Windows
MacOS
Linux

Override Hierarchy

UTransactor::Undo()

UTransBuffer::Undo()

References

Module

UnrealEd

Header

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

Include

#include "Editor/Transactor.h"

Syntax

virtual bool Undo
(
    bool bCanRedo
)

Remarks

Executes an undo transaction, undoing all actions contained by that transaction.

Returns

true if the transaction was successfully undone

Parameters

Parameter

Description

bCanRedo

If false indicates that the undone transaction (and any transactions that came after it) cannot be redone

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