Navigation
API > API/Runtime > API/Runtime/Engine
The importance of a mesh feature when automatically generating mesh LODs.
| Name | EMeshFeatureImportance::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshReductionSettings.h |
| Include Path | #include "MeshReductionSettings.h" |
Syntax
namespace EMeshFeatureImportance
{
enum Type
{
Off,
Lowest,
Low,
Normal,
High,
Highest,
}
}
Values
| Name | Remarks |
|---|---|
| Off | |
| Lowest | |
| Low | |
| Normal | |
| High | |
| Highest |