How can I sort items in array by properties?

Array Doc:
https://docs.unrealengine.com/latest/INT/Engine/Blueprints/UserGuide/Arrays/ArrayNodes/index.html

You can use the “Filter Array” or “Remove Item” with ForEachLoop and drop them back into your array in the order of preference.