Navigation
API > API/Plugins > API/Plugins/MeshLODToolset > API/Plugins/MeshLODToolset/Graphs
References
| |
|
| Module |
MeshLODToolset |
| Header |
/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
| Include |
#include "Graphs/GenerateStaticMeshLODProcess.h" |
Syntax
enum EGenerateStaticMeshLODProcess_MeshGeneratorModes
&123;
Solidify = 0,
SolidifyAndClose = 1,
CleanAndSimplify = 2,
ConvexHull = 3,
&125;
Values
| Name |
Description |
| 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 |