SGraphNode::GetPins

Get all the pins found on this node.

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
(
    [TSet](API\Runtime\Core\Containers\TSet)< [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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library