Navigation
Unreal Engine Blueprint API Reference > Utilities > Array > Sort
Sorts an array of 64-bit integers.
Target is Kismet Array Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
int64 | 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 |