Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
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 |
UEdGraphPin * GetPinWithDirectionAt
(
int32 Index,
EEdGraphPinDirection PinDirection
) const
Remarks
Gets the pin with the given direction, at the given index. Pins of each direction are indexed separately for the purposes of this method