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