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
USTRUCT&40;&41;
struct FGenerateStaticMeshLODProcess_CollisionSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPrefilterVertices | Whether to subsample input vertices using a regular grid before computing the convex hull | |
| bool | bSimplifyPolygons | Whether to simplify polygons used for swept convex hulls | |
| FName | CollisionGroupLayerName | Transient property, not set directly by the user. | |
| EGenerateStaticMeshLODSimpleCollisionGeometryType | CollisionType | Type of simple collision objects to produce | |
| EditCondition | |||
| EditConditionHides | Target triangle count for each convex hull after simplification | ||
| int | PrefilterGridResolution | Grid resolution (along the maximum-length axis) for subsampling before computing the convex hull | |
| EGenerateStaticMeshLODProjectedHullAxisMode | SweepAxis | Which axis to sweep along when computing swept convex hulls |