ELightmapUVVersion

Windows
MacOS
Linux

References

Module

MeshUtilitiesCommon

Header

/Engine/Source/Runtime/MeshUtilitiesCommon/Public/MeshUtilitiesCommon.h

Include

#include "MeshUtilitiesCommon.h"

Syntax

enum ELightmapUVVersion
{
    BitByBit                   = 0,
    Segments                   = 1,
    SmallChartPacking          = 2,
    ScaleChartsOrderingFix     = 3,
    ChartJoiningLFix           = 4,
    Allocator2DFlipFix         = 5,
    ConsiderLightmapPadding    = 6,
    ForceLightmapPadding       = 7,
    Segments2D                 = 8,
    OptimalSurfaceArea         = 9,
    Latest                     = OptimalSurfaceArea,
}

Values

Name

Description

BitByBit

Segments

SmallChartPacking

ScaleChartsOrderingFix

ChartJoiningLFix

Allocator2DFlipFix

ConsiderLightmapPadding

ForceLightmapPadding

Segments2D

OptimalSurfaceArea

Latest

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