Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Description
Gets the pin with the given direction, at the given index. Pins of each direction are indexed separately for the purposes of this method
| Name | GetPinWithDirectionAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
UEdGraphPin * GetPinWithDirectionAt
(
int32 Index,
EEdGraphPinDirection PinDirection
) const