Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * FindPinChecked
(
const FName PinName, |
Find a pin on this node with the supplied name and optional direction and assert if it is not present | EdGraph/EdGraphNode.h | |
UEdGraphPin * FindPinChecked
(
const FString& PinName, |
Find a pin on this node with the supplied name and optional direction and assert if it is not present | EdGraph/EdGraphNode.h | |
UEdGraphPin * FindPinChecked
(
const TCHAR* PinName, |
Find a pin on this node with the supplied name and optional direction and assert if it is not present | EdGraph/EdGraphNode.h |
FindPinChecked(const FName, const EEdGraphPinDirection)
Description
Find a pin on this node with the supplied name and optional direction and assert if it is not present
| Name | FindPinChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * FindPinChecked
(
const FName PinName,
const EEdGraphPinDirection Direction
) const
FindPinChecked(const FString &, const EEdGraphPinDirection)
Description
Find a pin on this node with the supplied name and optional direction and assert if it is not present
| Name | FindPinChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * FindPinChecked
(
const FString & PinName,
const EEdGraphPinDirection Direction
) const
FindPinChecked(const TCHAR *, const EEdGraphPinDirection)
Description
Find a pin on this node with the supplied name and optional direction and assert if it is not present
| Name | FindPinChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * FindPinChecked
(
const TCHAR * PinName,
const EEdGraphPinDirection Direction
) const