Navigation
API > API/Plugins > API/Plugins/MeshLODToolset > API/Plugins/MeshLODToolset/Graphs
References
| Module | MeshLODToolset |
| Header | /Engine/Plugins/Editor/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
| Include | #include "Graphs/GenerateStaticMeshLODProcess.h" |
Syntax
USTRUCT ()
struct FGenerateStaticMeshLODProcess_UVSettings
Variables
| Type | 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 | |
| FGenerateStaticMeshLODProcess_UVSettings_PatchBuilder | PatchBuilder | ||
| EGenerateStaticMeshLODProcess_AutoUVMethod | UVMethod |