Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor > API/Plugins/EnvironmentQueryEditor/UEnvironmentQueryGraphNode_Root
- UEdGraphNode::AllocateDefaultPins()
- UEnvironmentQueryGraphNode_Root::AllocateDefaultPins()
References
| Module | EnvironmentQueryEditor |
| Header | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EnvironmentQueryGraphNode_Root.h |
| Include | #include "EnvironmentQueryGraphNode_Root.h" |
| Source | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Root.cpp |
virtual void AllocateDefaultPins&40;&41;
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).