Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpressionFirstPersonOu-
- UMaterialExpressionCustomOutput::GetCustomOutputType()
- UMaterialExpressionFirstPersonOutput::GetCustomOutputType()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionFirstPersonOutput.h |
| Include | #include "Materials/MaterialExpressionFirstPersonOutput.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