Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_Knot
- UEdGraphNode::ShouldDrawNodeAsControlPointOnly()
- UK2Node_Knot::ShouldDrawNodeAsControlPointOnly()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Knot.h |
| Include | #include "K2Node_Knot.h" |
virtual bool ShouldDrawNodeAsControlPointOnly
&40;
int32 & OutInputPinIndex,
int32 & OutOutputPinIndex
&41; const
Remarks
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. Whether or not to draw this node as a control point.
Parameters
| Name | Description |
|---|---|
| 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. |