Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNode
- SGraphNode::AddPin()
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
Include | #include "SGraphNode.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
virtual void AddPin ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SGraphPin](API\Editor\GraphEditor\SGraphPin) > & PinToAdd )
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. |