Navigation
Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UBehaviorTreeGraphNode_Task
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Task.h |
Include | #include "BehaviorTreeGraphNode_Task.h" |
Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Task.cpp |
virtual void AllocateDefaultPins()
Remarks
Allocate default pins for a given node, based only the NodeType, which should already be filled in. 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).