Navigation
Unreal Engine C++ API Reference > Editor > AIGraph > FAIGraphEditor
- FEditorUndoClient::PostUndo()
- FAIGraphEditor::PostUndo()
- FBehaviorTreeEditor::PostUndo()
References
Module | AIGraph |
Header | /Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h |
Include | #include "AIGraphEditor.h" |
Source | /Engine/Source/Editor/AIGraph/Private/AIGraphEditor.cpp |
virtual void PostUndo
&40;
bool bSuccess
&41;
Remarks
Signal that client should run any PostUndo code
Parameters
Name | Description |
---|---|
bSuccess | If true than undo succeeded, false if undo failed |