Skip to main content

Overview

UMI provides a comprehensive sorting system with 8 sort methods.

Sort Types

Sort Order

Sorting Items

Blueprint:
C++:

Auto-Sort on Add

Enable automatic sorting whenever items are added:
C++:

Compact Empty Slots

Move all items to the front, removing gaps: Blueprint:
C++:
Result:

Sort Examples

By Name (Ascending)
By Rarity (Descending)
By Quantity (Descending)
By Value (Descending)

Custom Sort Logic

Override sorting in Blueprint for custom behavior: