EMaterialCompilerType

What type of compiler is this? Used by material expressions that select input based on compile context

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss