Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNodeKnot
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 ( 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. |