Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Description
Returns whether to draw this node as a control point only (knot/reroute node). Note that this means that the node should only have on input and output pin.
| Name | ShouldDrawNodeAsControlPointOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
virtual bool ShouldDrawNodeAsControlPointOnly
(
int32 & OutInputPinIndex,
int32 & OutOutputPinIndex
) const
Whether or not to draw this node as a control point.
Parameters
| Name | Remarks |
|---|---|
| OutInputPinIndex | The index in the pins array associated with the control point input pin. |
| OutOutputPinIndex | The index in the pins array associated with the control point output pin. |