Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FBehaviorTreeSchemaAction_AutoArrange
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h |
Include | #include "EdGraphSchema_BehaviorTree.h" |
Syntax
struct FBehaviorTreeSchemaAction_AutoArrange : public FEdGraphSchemaAction
Remarks
Action to auto arrange the graph
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FBehaviorTreeSchemaAction_AutoArrange
(
FText InNodeCategory, |
Overridden from FEdGraphSchemaAction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |