Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/SimplifyMeshTool.h |
Include |
#include "SimplifyMeshTool.h" |
UCLASS()
class USimplifyMeshToolProperties : public UMeshConstraintProperties
Standard properties of the Simplify operation
Name | Description | ||
---|---|---|---|
|
bDiscardAttributes |
If true, UVs and Normals are discarded |
|
|
bGeometricConstraint |
If true, then simplification will consider geometric deviation with the input mesh |
|
|
bReproject |
Enable projection back to input mesh |
|
|
bShowGroupColors |
Display colors corresponding to the mesh's polygon groups |
|
|
EditCondition |
Target percentage of original triangle count |
|
|
float |
MinimalAngleThreshold |
Angle threshold in degrees used for testing if two triangles should be considered coplanar, or two lines collinear |
|
float |
PolyEdgeAngleTolerance |
Threshold angle change (in degrees) along a polygroup edge, above which a vertex must be added |
|
SimplifierType |
Simplification Scheme |
|
|
TargetMode |
Simplification Target Type |
Name | Description | |
---|---|---|
|
USimplifyMeshToolProperties() |