SGraphNodeK2Event::AddPin

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

Windows
MacOS
Linux

Override Hierarchy

SGraphNode::AddPin()

SGraphNodeK2Event::AddPin()

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Event.h

Include

#include "KismetNodes/SGraphNodeK2Event.h"

Source

/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.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