Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Collision
Attempt to approximate any convex hulls in the given simple collision representation. Updates the passed-in Simple Collision. Convex hulls that aren't well approximated (to tolerances set in ApproximateOptions) will remain as convex hulls.
Target is Geometry Script Library Collision Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Simple Collision | The collision in which to attempt to approximate the convex hulls |
| struct | Approximate Options |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Has Approximated | Indicates whether any convex hulls were replaced with simpler approximations |