Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor > API/Editor/BehaviorTreeEditor/FBehaviorTreeEditorModule
Description
Creates an instance of Behavior Tree editor. Only virtual so that it can be called across the DLL boundary.
| Name | CreateBehaviorTreeEditor |
| Type | function |
| Header File | /Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h |
| Include Path | #include "BehaviorTreeEditorModule.h" |
| Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModule.cpp |
virtual TSharedRef< IBehaviorTreeEditor > CreateBehaviorTreeEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UObject * Object
)