Navigation
API > API/Plugins > API/Plugins/MeshLODToolset
| Name | EGenerateStaticMeshLODProcess_MeshGeneratorModes |
| Type | enum |
| Header File | /Engine/Plugins/Editor/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
| Include Path | #include "Graphs/GenerateStaticMeshLODProcess.h" |
Syntax
enum EGenerateStaticMeshLODProcess_MeshGeneratorModes
{
Solidify = 0,
SolidifyAndClose = 1,
CleanAndSimplify = 2,
ConvexHull = 3,
}
Values
| Name | Remarks |
|---|---|
| Solidify | Generate a mesh using Marching Cubes to remesh the input shape. |
| SolidifyAndClose | Like Solidify, but Dilate and Contract the shape to delete small negative features (sharp inner corners, small holes) before remeshing |
| CleanAndSimplify | Generate a mesh by simplifying input Mesh attributes and filling small holes |
| ConvexHull | Generate a mesh by calculating the Convex Hull of the input shape |