Navigation
API > API/Runtime > API/Runtime/Engine
Enum specifying the reduction type to use when simplifying static meshes.
| Name | EOptimizationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
Syntax
enum EOptimizationType
{
OT_NumOfTriangles,
OT_MaxDeviation,
OT_MAX,
}
Values
| Name | Remarks |
|---|---|
| OT_NumOfTriangles | |
| OT_MaxDeviation | |
| OT_MAX |