Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
virtual bool ShouldDrawNodeAsControlPointOnly
(
int32 & OutInputPinIndex,
int32 & OutOutputPinIndex
) 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. |