Navigation
Unreal Engine C++ API Reference > Editor > AIGraph > FAIGraphEditor
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 ( bool bSuccess )
Remarks
Signal that client should run any PostUndo code
Parameters
Name | Description |
---|---|
bSuccess | If true than undo succeeded, false if undo failed |