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?
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)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.