Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| |
|
| Name |
EApplyWeightMapToSimplifyMeasure |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SimplifyMeshTool.h |
| Include Path |
#include "SimplifyMeshTool.h" |
Syntax
enum EApplyWeightMapToSimplifyMeasure
{
None = 0,
QuadricError = 1 << 0,
GeometricTolerance = 1 << 1,
EdgeLengths = 1 << 2,
All = 0b111,
}
Values
| Name |
Remarks |
| None |
|
| QuadricError |
|
| GeometricTolerance |
|
| EdgeLengths |
|
| All |
|