Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UMaterialGraphNode_Base
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * GetInputPin
(
int32 InputIndex |
Get a single Input Pin via its index | MaterialGraph/MaterialGraphNode_Base.h | |
UEdGraphPin * GetInputPin
(
const FName& PinName |
Return the first input pin matching the name | MaterialGraph/MaterialGraphNode_Base.h |
GetInputPin(int32)
Description
Get a single Input Pin via its index
| Name | GetInputPin |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h |
| Include Path | #include "MaterialGraph/MaterialGraphNode_Base.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp |
UEdGraphPin * GetInputPin
(
int32 InputIndex
) const
GetInputPin(const FName &)
Description
Return the first input pin matching the name
| Name | GetInputPin |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h |
| Include Path | #include "MaterialGraph/MaterialGraphNode_Base.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp |
UEdGraphPin * GetInputPin
(
const FName & PinName
) const