FAIGraphEditor::PostUndo

Signal that client should run any PostUndo code

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

FAIGraphEditor::PostUndo()

References

Module

AIGraph

Header

/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h

Include

#include "AIGraphEditor.h"

Source

/Engine/Source/Editor/AIGraph/Private/AIGraphEditor.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