Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/FMaterialXSurfaceShaderAbstract
Description
Helper function that returns a vector. The function makes no assumption on the input, and it should have a value of vectorN type.
| Name | GetVector |
| 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 |
FLinearColor GetVector
(
MaterialX::InputPtr Input
) const
The vector.
Parameters
| Name | Remarks |
|---|---|
| Input | The input that has a vectorN value in it. |