Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraph
- UBehaviorTreeDecoratorGraph
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraph.h |
Include | #include "BehaviorTreeDecoratorGraph.h" |
Syntax
class UBehaviorTreeDecoratorGraph : public UEdGraph
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UBehaviorTreeDecoratorGraph
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CollectDecoratorData
(
TArray< class UBTDecorator* >& DecoratorInstances, |
|
![]() ![]() |
void | CollectDecoratorDataWorker
(
const UBehaviorTreeDecoratorGraphNode* Node, |
|
![]() |
UEdGraphPin * | FindFreePin
(
UEdGraphNode* Node, |
|
![]() ![]() |
const UBehaviorTreeDecoratorGraphNode * | FindRootNode () |
|
![]() |
int32 | SpawnMissingNodes
(
const TArray< class UBTDecorator* >& NodeInstances, |
|
![]() |
UBehaviorTreeDecoratorGraphNode * | SpawnMissingNodeWorker
(
const TArray< class UBTDecorator* >& NodeInstances, |