Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon
| Name | ELightmapUVVersion |
| Type | enum |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/MeshUtilitiesCommon.h |
| Include Path | #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,
ScaleByEdgesLength = 10,
Latest = ScaleByEdgesLength,
}
Values
| Name | Remarks |
|---|---|
| BitByBit | |
| Segments | |
| SmallChartPacking | |
| ScaleChartsOrderingFix | |
| ChartJoiningLFix | |
| Allocator2DFlipFix | |
| ConsiderLightmapPadding | |
| ForceLightmapPadding | |
| Segments2D | |
| OptimalSurfaceArea | |
| ScaleByEdgesLength | |
| Latest |