FGenerateStaticMeshLODProcess_UVSettings

Choose your operating system:

Windows

macOS

Linux

References

Module

MeshLODToolset

Header

/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h

Include

#include "Graphs/GenerateStaticMeshLODProcess.h"

Syntax

USTRUCT()
struct FGenerateStaticMeshLODProcess_UVSettings

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

float

 

MaxAngleDeviation

UV islands will not be merged if their average face normals deviate by larger than this amount

Public variable UProperty Category, EditAnywhere, Meta

float

 

MergingThreshold

Distortion/Stretching Threshold for island merging - larger values increase the allowable UV stretching

Public variable UProperty Category, EditAnywhere, Meta

int

 

NumInitialPatches

Number of initial patches mesh will be split into before computing island merging

Public variable UProperty Category, EditAnywhere, Meta

int

 

NumUVAtlasCharts

Maximum number of charts to create in UVAtlas

Public variable UProperty Category, EditAnywhere, Meta

FGenerateStatic...

 

PatchBuilder

Public variable UProperty Category, EditAnywhere, Meta

EGenerateStatic...

 

UVMethod