Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphNode
- UEdGraphNode::ShouldDrawNodeAsControlPointOnly()
- URigVMEdGraphNode::ShouldDrawNodeAsControlPointOnly()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphNode.h |
| Include | #include "EdGraph/RigVMEdGraphNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphNode.cpp |
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. |