Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/FMaterialXSurfaceShaderAbstract
Description
Get the input name. Use this function instead of getName() because this returns the name that will be used by UE inputs even if a renaming has occurred.
| Name | GetInputName |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h |
| Include Path | #include "MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/MaterialX/MaterialXUtils/MaterialXSurfaceShaderAbstract.cpp |
FString GetInputName
(
MaterialX::InputPtr Input
) const
The input name.
Parameters
| Name | Remarks |
|---|---|
| Input | The input to retrieve the name from. |