| MinTargetFaceCount |
int32 |
The minimum number of faces to use for the convex hull. |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(ClampMin=4)
|
| SimplificationAngleThreshold |
float |
Simplified hull should preserve angles larger than this (in degrees). |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| SimplificationDistanceThreshold |
float |
Simplified hull should stay within this distance of the initial convex hull. |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| SimplificationMethod |
EGeometryScriptConvexHullSimplifyMethod |
Method to use to simplify convex hulls |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|