Navigation
Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > FBehaviorTreeEditor
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditor.h |
Include | #include "BehaviorTreeEditor.h" |
Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.cpp |
virtual void PostRedo ( bool bSuccess )
Remarks
Signal that client should run any PostRedo code
Parameters
Name | Description |
---|---|
bSuccess | If true than redo succeeded, false if redo failed |