UBehaviorTreeDecoratorGraph

Windows
MacOS
Linux

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

Name Description

Public function

UBehaviorTreeDecoratorGraph

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

void

 

CollectDecoratorData

(
    TArray< class UBTDecorator* > ...,
    TArray< struct FBTDecoratorLogic > ...
)

Protected function Const

void

 

CollectDecoratorDataWorker

(
    const UBehaviorTreeDecoratorGraphNo...,
    TArray< class UBTDecorator* > ...,
    TArray< struct FBTDecoratorLogic > ...
)

Protected function

UEdGraphPin ...

 

FindFreePin

(
    UEdGraphNode* Node,
    EEdGraphPinDirection Direction
)

Protected function Const

const UBehav...

 

FindRootNode()

Public function

int32

 

SpawnMissingNodes

(
    const TArray< class UBTDecorator&#...,
    const TArray< struct FBTDecoratorLo...,
    int32 StartIndex
)

Protected function

UBehaviorTre...

 

SpawnMissingNodeWorker

(
    const TArray< class UBTDecorator&#...,
    const TArray< struct FBTDecoratorLo...,
    int32& Index,
    UEdGraphNode* ParentGraphNode,
    int32 ChildIdx
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss