Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
Include |
#include "Graphs/GenerateStaticMeshLODProcess.h" |
USTRUCT()
struct FGenerateStaticMeshLODProcess_UVSettings
Name | Description | ||
---|---|---|---|
|
float |
MaxAngleDeviation |
UV islands will not be merged if their average face normals deviate by larger than this amount |
|
float |
MergingThreshold |
Distortion/Stretching Threshold for island merging - larger values increase the allowable UV stretching |
|
int |
NumInitialPatches |
Number of initial patches mesh will be split into before computing island merging |
|
int |
NumUVAtlasCharts |
Maximum number of charts to create in UVAtlas |
|
PatchBuilder |
||
|
UVMethod |