Navigation
API > API/Runtime > API/Runtime/Engine
What type of compiler is this? Used by material expressions that select input based on compile context
| Name | EMaterialCompilerType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
Syntax
enum EMaterialCompilerType
{
Standard,
Lightmass,
MaterialProxy,
}
Values
| Name | Remarks |
|---|---|
| Standard | |
| Lightmass | Standard HLSL translator |
| MaterialProxy | Lightmass proxy compiler |