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 * GetPinAt
(
int32 Index
) const
Remarks
Gets the pin at a given index The pin found at this location or nullptr if invalid index.
Parameters
| Name | Description |
|---|---|
| Index | The zero-based index of the pin to access. |