Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpressionTangentOutput
- UMaterialExpressionCustomOutput::GetCustomOutputType()
- UMaterialExpressionTangentOutput::GetCustomOutputType()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionTangentOutput.h |
Include | #include "Materials/MaterialExpressionTangentOutput.h" |
virtual UE::Shader::EValueType GetCustomOutputType
(
int32 OutputIndex
) const
Remarks
This is currently only needed by the new HLSL translator Should probably be merged with UMaterialExpression base interface, which already provides GetInputType/GetOutputType