Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array > BlueprintAPI/Utilities/Array/Sort
Sorts an array of integers.
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| integer | Target Array | The array to sort. |
| boolean | Stable Sort | If a stable sort should be used. This preserves the order of identical elements, but is slower. |
| enum | Sort Order | If the array should be sorted in ascending or descending order. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |