Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- IAssetEditorInstance
- FBaseToolkit
- TSharedFromThis
- FAssetEditorToolkit
- FWorkflowCentricApplication
- IBehaviorTreeEditor
- FBehaviorTreeEditor
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Public/IBehaviorTreeEditor.h |
| Include | #include "IBehaviorTreeEditor.h" |
Syntax
class IBehaviorTreeEditor : public FWorkflowCentricApplication
Remarks
BT Editor public interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoubleClickNode
(
UEdGraphNode* Node |
||
| UEdGraphNode * | FindInjectedNode
(
int32 Index |
||
| void | FocusAttentionOnNode
(
UEdGraphNode* Node |
||
| void | InitializeDebuggerState
(
FBehaviorTreeDebugger* ParentDebugger |