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