Add children to widget in specific order

Hi,

I have a save slot system where I want to add each of the save slots as children in ascending order based on the latest save date.

I’m using a struct for the save stuff which also includes the save date so I can probably use this somehow.

Anyone done something similar?