Navigation
API > API/Runtime > API/Runtime/Engine
Enum specifying the reduction type to use when simplifying static meshes with the engines internal tool
| Name | EStaticMeshReductionTerimationCriterion |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshReductionSettings.h |
| Include Path | #include "MeshReductionSettings.h" |
Syntax
enum EStaticMeshReductionTerimationCriterion
{
UMETA =(DisplayName = "Triangles", ToolTip = "Triangle percent criterion will be used for simplification."),
UMETA =(DisplayName = "Vertice", ToolTip = "Vertice percent criterion will be used for simplification."),
UMETA =(DisplayName = "First Percent Satisfied", ToolTip = "Simplification will continue until either Triangle or Vertex count criteria is met."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |