Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ENaniteFallbackTarget |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path |
#include "Engine/EngineTypes.h" |
Syntax
enum ENaniteFallbackTarget
{
Auto,
PercentTriangles,
RelativeError,
}
Values
| Name |
Remarks |
| Auto |
Automatic heuristic based on project settings. |
| PercentTriangles |
Percentage of triangles to keep from source mesh for fallback. |
| RelativeError |
Reduce until the specified error is reached relative to size of the mesh |