Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPins
(
TSet< TSharedRef< SWidget > >& AllPins |
Get all the pins found on this node. | SGraphNode.h | |
void GetPins
(
TArray< TSharedRef< SWidget > >& AllPins |
SGraphNode.h |
GetPins(TSet< TSharedRef< SWidget > > &)
Description
Get all the pins found on this node.
| Name | GetPins |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include Path | #include "SGraphNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
void GetPins
(
TSet< TSharedRef< SWidget > > & AllPins
) const
Parameters
| Name | Remarks |
|---|---|
| AllPins | The set of pins found on this node. |
GetPins(TArray< TSharedRef< SWidget > > &)
| Name | GetPins |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include Path | #include "SGraphNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
void GetPins
(
TArray< TSharedRef< SWidget > > & AllPins
) const