How to sort an array from the lowest to the highest?

Hi. I have an array of items. Each of those items has a float variable from 0 to 1. How can I rearrange this array to place items from the lowest of this float variable to the highest? Thank you!

Rama’s free Victory Plugin provides a Blueprint node that sorts an array.

Rama’s Extra Blueprint Nodes

There is no built-in sort node for arrays in blueprints. You need to implement this algorithm on your own or use the one created by someone else. For example this one:

This thread may be interesting for you: