UEdGraphNode::GetPinAt

Gets the pin at a given index

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp

Syntax

UEdGraphPin * GetPinAt
(
    int32 Index
) const

Remarks

Gets the pin at a given index

Returns

The pin found at this location or nullptr if invalid index.

Parameters

Parameter

Description

Index

The zero-based index of the pin to access.

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