Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpressionSubstratePost-
Description
Marks certain expression types as outputting Substrate material. Allows the material functions to directly return a Substrate material as output pin.
Virtual Inheritance
- UMaterialExpression::IsResultSubstrateMaterial → UMaterialExpressionSubstratePostProcess::IsResultSubstrateMaterial
| Name | IsResultSubstrateMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionSubstrate.h |
| Include Path | #include "Materials/MaterialExpressionSubstrate.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressionSubstrate.cpp |
virtual bool IsResultSubstrateMaterial
(
int32 OutputIndex
)