USimplifyMeshToolProperties

Standard properties of the Simplify operation

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/SimplifyMeshTool.h

Include

#include "SimplifyMeshTool.h"

Syntax

UCLASS()
class USimplifyMeshToolProperties : public UMeshConstraintProperties

Remarks

Standard properties of the Simplify operation

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bDiscardAttributes

If true, UVs and Normals are discarded

Public variable UProperty Category, EditAnywhere, Meta

bool

 

bGeometricConstraint

If true, then simplification will consider geometric deviation with the input mesh

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bReproject

Enable projection back to input mesh

Public variable UProperty Category, EditAnywhere

bool

 

bShowGroupColors

Display colors corresponding to the mesh's polygon groups

Public variable UProperty Category, EditAnywhere, Meta

 

EditCondition

Target percentage of original triangle count

Public variable UProperty

float

 

MinimalAngleThreshold

Angle threshold in degrees used for testing if two triangles should be considered coplanar, or two lines collinear

Public variable UProperty Category, EditAnywhere, Meta

float

 

PolyEdgeAngleTolerance

Threshold angle change (in degrees) along a polygroup edge, above which a vertex must be added

Public variable UProperty Category, EditAnywhere

ESimplifyType

 

SimplifierType

Simplification Scheme

Public variable UProperty Category, EditAnywhere, Meta

ESimplifyTarget...

 

TargetMode

Simplification Target Type

Constructors