Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon
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,
ScaleByEdgesLength = 10,
Latest = ScaleByEdgesLength,
}
Values
| Name |
Description |
| BitByBit |
|
| Segments |
|
| SmallChartPacking |
|
| ScaleChartsOrderingFix |
|
| ChartJoiningLFix |
|
| Allocator2DFlipFix |
|
| ConsiderLightmapPadding |
|
| ForceLightmapPadding |
|
| Segments2D |
|
| OptimalSurfaceArea |
|
| ScaleByEdgesLength |
|
| Latest |
|