Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
EGeometryScriptClusterSimplifyConstraintLevel |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSimplifyFunctions.h |
| Include Path |
#include "GeometryScript/MeshSimplifyFunctions.h" |
Syntax
enum EGeometryScriptClusterSimplifyConstraintLevel
{
Fixed,
Constrained,
Free,
}
Values
| Name |
Remarks |
| Fixed |
Edge will be kept as-is in final output. |
| Constrained |
Attempt to preserve 'paths' of constrained edges, but may simplify along the path Vertices where paths converge will be kept in final output |
| Free |
Edge can be simplified without constraint. |