Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/MaterialX > API/Plugins/InterchangeImport/MaterialX/MaterialXUtils > API/Plugins/InterchangeImport/MaterialX/MaterialXUtils/FMaterialXSurfac-
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h |
| Include | #include "MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h" |
Syntax
struct FConnectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | InputChannelName | The input of the ParentShaderNode to connect to. | |
| FString | OutputName | The output name of the MaterialX node, default name is 'out' as stated by the standard library. | |
| UInterchangeShaderNode * | ParentShaderNode | The shader node to connect to. | |
| MaterialX::NodePtr | UpstreamNode | The MaterialX node of a given type used to create the appropriate shader node. |