ELightmapType

Type of lightmap that is used for primitive components

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum ELightmapType
{
    Default,
    ForceSurface,
    ForceVolumetric,
}

Values

Name

Description

Default

Use the default based on Mobility: Surface Lightmap for Static components, Volumetric Lightmap for Movable components.

ForceSurface

Force Surface Lightmap, even if the component moves, which should otherwise change the lighting.

ForceVolumetric

Force Volumetric Lightmaps, even if the component is static and could have supported surface lightmaps.

Remarks

Type of lightmap that is used for primitive components

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