Group widget objects/items together

Hi!

So I’m trying to group objects/items in the widget hierarchy, and I’ve seen videos where people have done it, so I know it’s possible. But I can’t find any information on it. I’ve googled a bunch and tried a little on my own in unreal with no luck.

Basically what I’m trying to do is add a bunch of stuff, like a health bar and text, and then group (parent) it so when I have to move it, I can just move the group and everything (bar + text) will follow, instead of moving the bar by itself, and the text by itself. So how do I do that?

I know you can shift select a bunch if items and move them together, but the main purpose of this is to clean up the hierarchy list and just make life a little bit easier when moving stuff around.

Thanks in advance!

1 Like

Use container panels - horizontal boxes, vertical boxes, canvases, overlays. Everything you can find in the Panel tab.

1 Like

Yeah that seems to do the trick, thank you!