Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Decomposition
Sort meshes according to the values in a second array, which must have the same length as the Meshes array For example, if the values array is [3, 2, 1], with Ascending Sort Order, the Meshes array would be reversed
Target is Geometry Script Library Mesh Decomposition Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Meshes | The meshes to sort |
| real | Values to Sort By | The values to reference for sort ordering, which must be one-to-one with the meshes |
| boolean | Stable Sort | Whether to preserve ordering for meshes with the same corresponding value |
| enum | Sort Order | Whether to sort in order of increasing or decreasing value |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |