FWidgetBlueprintEditor::PostUndo

Signal that client should run any PostUndo code

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

FBlueprintEditor::PostUndo()

FWidgetBlueprintEditor::PostUndo()

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintEditor.h

Include

#include "WidgetBlueprintEditor.h"

Source

/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.cpp

Syntax

virtual void PostUndo
(
    bool bSuccess
)

Remarks

Signal that client should run any PostUndo code

Parameters

Parameter

Description

bSuccess

If true than undo succeeded, false if undo failed