Ue4 Widget - how to have an image and text scroll together?

Hello,

I am making a skill tree and am trying to figure out how to group an image, skill title text and a button to be on 1 horizontal line.

Then I want to have the 4 skills vertical scroll.
Capture

any ideas would be much appreciated?

My recommendation is to create a widget template for a row.
You can make it with an Horizontal box and inside it the stuff you have already setup (Image, text, number, checkbox)

Once you di this, create another widget and place the previous widget four times inside a “Vertical Box” and then change the image and the text.

1 Like