Navigation
Unreal Engine C++ API Reference > 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 ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > > & AllPins ) const
Remarks
Get all the pins found on this node.
Parameters
Name | Description |
---|---|
AllPins | The set of pins found on this node. |