SGraphNode::AddPin

Add a new pin to this graph node. The pin must be newly created.

Windows
MacOS
Linux

Override Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h

Include

#include "SGraphNode.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp

Syntax

virtual void AddPin
(
    const TSharedRef< SGraphPin > & PinToAdd
)

Remarks

Add a new pin to this graph node. The pin must be newly created.

Parameters

Parameter

Description

PinToAdd

A new pin to add to this GraphNode.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss