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?
Arodi007
(Pixiebell Games 💼)
December 21, 2023, 8:40pm
2
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?
Arodi007
(Pixiebell Games 💼)
December 22, 2023, 12:40am
4
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)
DomusLudus
(DomusLudus)
December 22, 2023, 5:28am
5
There is no need to break the structure of time, you can compare it at once