| bFitBoxes |
bool |
Whether to attempt to replace convex hulls with boxes |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| bFitCapsules |
bool |
Whether to attempt to replace convex hulls with capsules |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| bFitSpheres |
bool |
Whether to attempt to replace convex hulls with spheres |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| DistanceThreshold |
float |
Approximating shape should be at least this close to the original shape |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| VolumeDiffThreshold_Fraction |
float |
Acceptable difference between approximating shape volume and convex hull volume, as a fraction of convex hull volume |
GeometryScript/CollisionFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|