Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/MaterialX > API/Plugins/InterchangeImport/MaterialX/MaterialXUtils > API/Plugins/InterchangeImport/MaterialX/MaterialXUtils/FMaterialXSurfac- > API/Plugins/InterchangeImport/MaterialX/MaterialXUtils/FMaterialXSurfac-/CreateFunctionCa-
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h |
| Include | #include "MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.cpp |
UInterchangeFunctionCallShaderNode * CreateFunctionCallShaderNode
(
MaterialX::ElementPtr Element,
const FString & NodeName,
const FString & FunctionPath,
const FString & OutputName
)
Remarks
Helper function to create an InterchangeFunctionCallShaderNode. The shader node that was created.
Parameters
| Name | Description |
|---|---|
| NodeName | The name of the shader node. |
| FunctionPath | The path to the Material Function we want to create. |
| OutputName | The output name of the MaterialX node. The default name is 'out' as stated by the standard library. |