Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNodeKnot
- SGraphNode::AddPin()
- SGraphNodeKnot::AddPin()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeKnot.h |
| Include | #include "SGraphNodeKnot.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.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. |