UBehaviorTreeGraphNode_SimpleParallel

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

BehaviorTreeEditor

Header

/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h

Include

#include "BehaviorTreeGraphNode_SimpleParallel.h"

Syntax

class UBehaviorTreeGraphNode_SimpleParallel : public UBehaviorTreeGraphNode_Composite

Constructors

Name Description

Public function

UBehaviorTreeGraphNode_SimpleParallel

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UEdGraphNode

Name Description

Public function Virtual

void

 

AllocateDefaultPins()

Allocate default pins for a given node, based only the NodeType, which should already be filled in.

Public function Virtual Const

void

 

GetPinHoverText

(
    const UEdGraphPin& Pin,
    FString& HoverTextOut
)

Fetch the hover text for a pin when the graph is being edited.

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