SCurveEditor::PostUndo

Signal that client should run any PostUndo code

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

SCurveEditor::PostUndo()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h

Include

#include "SCurveEditor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/SCurveEditor.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