Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- FBehaviorTreeEditorModule
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h |
| Include | #include "BehaviorTreeEditorModule.h" |
Syntax
class FBehaviorTreeEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Remarks
Behavior Tree Editor module
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IBehaviorTreeEditor > | CreateBehaviorTreeEditor
(
const EToolkitMode::Type Mode, |
Creates an instance of Behavior Tree editor. | |
| TSharedPtr< FGraphNodeClassHelper > | |||
| TSharedPtr< FExtensibilityManager > | Gets the extensibility managers for outside entities to extend static mesh editor's menus and toolbars | ||
| TSharedPtr< FExtensibilityManager > | |||
| void | |||
| void |
Constants
| Name | Description |
|---|---|
| BehaviorTreeEditorAppIdentifier | Behavior Tree app identifier string |