Navigation
API > API/Runtime > API/Runtime/Engine
Exported materials are all opaque unlit. This is used to give some context to the export logic.
| Name | ESubstrateMaterialExportContext |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
Syntax
enum ESubstrateMaterialExportContext
{
SMEC_Opaque = 0,
SMEC_Translucent = 1,
}
Values
| Name | Remarks |
|---|---|
| SMEC_Opaque | |
| SMEC_Translucent |