UBehaviorTreeGraphNode::AllocateDefaultPins

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

BehaviorTreeEditor

Header

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

Include

#include "BehaviorTreeGraphNode.h"

Source

/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode.cpp

Syntax

virtual void AllocateDefaultPins()

Remarks

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

Returns

true if the pin creation succeeds, false if there was a problem (such a failure to find a function when the node is a function call).