I am making a scoretable, creating widgets via blueprints, their parent is a vertical box, but when created, they are layered on top of each other and not distributed across the vertical box.
So, I solved this problem. The problem was that unreal somehow incorrectly reads the height of the custom widget and therefore makes incorrect paddings between the lines. Adding paddings manually solved the problem: