Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets > API/Plugins/RigVMEditor/Widgets/SRigVMGraphNode
- SGraphNode::AddPin()
- SRigVMGraphNode::AddPin()
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNode.h |
| Include | #include "Widgets/SRigVMGraphNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNode.cpp |
virtual void AddPin
&40;
const TSharedRef< SGraphPin > & PinToAdd
&41;
Remarks
Add a new pin to this graph node. The pin must be newly created.
Parameters
| Name | Description |
|---|---|
| PinToAdd | A new pin to add to this GraphNode. |