How to sort verticalbox with several vertical boxes inside

I’m not sure if you can sort children of a Vertical Box, at least not in blueprints. However, if you call AddChild to the VerticalBox and set one of the TextBlocks as child, it will be placed at the bottom of the VerticalBox. So you can call AddChild with all of the TextBlocks starting with the one containing the highest number, and they will be sorted.

1 Like