How can I sort items in array by properties?

I have an array of “Item” objects (my own class)… “Item” objects have “Category” enum with values like “consumable”, “weapon”, etc. - and I can’t figure out how to sort it by Category. Maybe it’s easy, but i’ve used to have a built-in Sort() function and doing it by hand is quite new to me :slight_smile: I will be grateful for some advice or example of array sorting in Blueprint.