Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly
| |
|
| Name |
ESimplifyTargetType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/CleaningOps/SimplifyMeshOp.h |
| Include Path |
#include "CleaningOps/SimplifyMeshOp.h" |
Syntax
enum ESimplifyTargetType
{
Percentage = 0 UMETA(DisplayName = "Percentage"),
TriangleCount = 1 UMETA(DisplayName = "Triangle Count"),
VertexCount = 2 UMETA(DisplayName = "Vertex Count"),
EdgeLength = 3 UMETA(DisplayName = "Edge Length"),
MinimalPlanar = 4 UMETA(Hidden),
}
Values
| Name |
Remarks |
| Percentage |
Percentage of input triangles |
| TriangleCount |
Target triangle count |
| VertexCount |
Target vertex count |
| EdgeLength |
Target edge length |
| MinimalPlanar |
Apply all allowable edge collapses that do not change the shape |