ELightMapFlags

A 2D texture containing lightmap coefficients.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LightMapTexture2D.h

Include

#include "Engine/LightMapTexture2D.h"

Syntax

enum ELightMapFlags
{
    LMF_None        = 0,
    LMF_Streamed    = 0x00000001,
}

Values

Name

Description

LMF_None

LMF_Streamed

Remarks

A 2D texture containing lightmap coefficients. Bit-field flags that affects storage (e.g. packing, streaming) and other info about a lightmap.

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