Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | FindPin
(
const FName PinName, |
Find a pin on this node with the supplied name and optional direction | |
| UEdGraphPin * | FindPin
(
const FString& PinName, |
Find a pin on this node with the supplied name and optional direction | |
| UEdGraphPin * | FindPin
(
const TCHAR* PinName, |
Find a pin on this node with the supplied name and optional direction |