order save slot widgets

Hi,

Is there a way to order widgets when created as children. Basically I want the list to sit in descending order starting with the latest at the top?


You can Rotate your widget box and re rotate items inside them too. (if you have scroll bar, it might not work well so you will need to inverse that too if needed)

Or make an inverse for each loop to re arrange the order.

That’s a good idea but I don’t think it would be best in my case

I do track the date per save, would it be possible to filter this way?

You can try this method similar from this post: How to sort a random DateTime array from oldest to newest? - #3 by ClockworkOcean

If you have too much slots, you might need to do this via c++. (double check the performance cost)

1 Like

There is no need to break the structure of time, you can compare it at once

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.