Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
Include |
#include "Graphs/GenerateStaticMeshLODProcess.h" |
USTRUCT()
struct FGenerateStaticMeshLODProcess_CollisionSettings
Name | Description | ||
---|---|---|---|
|
bPrefilterVertices |
Whether to subsample input vertices using a regular grid before computing the convex hull |
|
|
bSimplifyPolygons |
Whether to simplify polygons used for swept convex hulls |
|
|
CollisionGroupLayerName |
Transient property, not set directly by the user. |
|
|
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 |
|
SweepAxis |
Which axis to sweep along when computing swept convex hulls |