Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNode > API/Editor/GraphEditor/SGraphNode/GetPins
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include | #include "SGraphNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
void GetPins
&40;
TSet< TSharedRef< SWidget > > & AllPins
&41; const
Remarks
Get all the pins found on this node.
Parameters
| Name | Description |
|---|---|
| AllPins | The set of pins found on this node. |