Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- UEdGraphSchema
- UAIGraphSchema
- UEdGraphSchema_BehaviorTree
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h |
| Include | #include "EdGraphSchema_BehaviorTree.h" |
Syntax
UCLASS ()
class UEdGraphSchema_BehaviorTree : public UAIGraphSchema
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UBehaviorTreeGraphNode_CompositeDecorator > | CompositeDecoratorClass | ||
| TSubclassOf< UBehaviorTreeGraphNode_Decorator > | DecoratorClass | ||
| TSubclassOf< UBehaviorTreeGraphNode_Service > | ServiceClass | ||
| TSubclassOf< UBehaviorTreeGraphNode_Task > | TaskClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEdGraphSchema_BehaviorTree
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
||
| const FPinConnectionResponse | CanMergeNodes
(
const UEdGraphNode* A, |
||
| void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
||
| void | |||
| FGraphNodeClassHelper & | |||
| int32 | |||
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
||
| bool | IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
||
| bool | IsNodeSubtreeTask
(
const FGraphNodeClassData& NodeClass |
Overridden from UAIGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| FConnectionDrawingPolicy * | CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| void | GetGraphNodeContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| void | GetSubNodeClasses
(
int32 SubNodeFlags, |
Constants
| Name | Description |
|---|---|
| CurrentCacheRefreshID | ID for checking dirty status of node titles against, increases whenever. |