Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpressionAbsorptionMed-
- UMaterialExpressionCustomOutput::GetCustomOutputType()
- UMaterialExpressionAbsorptionMediumMaterialOutput::GetCustomOutputType()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAbsorptionMediumMaterialOutput.h |
| Include | #include "Materials/MaterialExpressionAbsorptionMediumMaterialOutput.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressionHLSL.cpp |
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