Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/UMaterialGraphSchema
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
Include | #include "MaterialGraph/MaterialGraphSchema.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp |
void OnConnectToMaterial
&40;
UEdGraphPin &42; InGraphPin,
int32 ConnIndex
&41;
Remarks
Connect a pin to one of the Material's inputs
Parameters
Name | Description |
---|---|
InGraphPin | Pin we are connecting |
ConnIndex | Index of the Material input to connect to |