Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/FAIGraphEditor
- FEditorUndoClient::PostRedo()
- FAIGraphEditor::PostRedo()
- FBehaviorTreeEditor::PostRedo()
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 PostRedo
&40;
bool bSuccess
&41;
Remarks
Signal that client should run any PostRedo code
Parameters
Name | Description |
---|---|
bSuccess | If true than redo succeeded, false if redo failed |