Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Collision
Attempt to merge collision shapes to create a representation with fewer overall shapes.
Target is Geometry Script Library Collision Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Simple Collision | The collision to attempt to simplify by merging shapes |
| struct | Merge Options | Options controlling how shapes can be merged |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Has Merged | Indicates whether any shapes have been merged |
| struct | Merged Simple Collision | Simple Collision with collision shapes merged, as allowed by settings |