Can't add anything in UMG Widget

I’ve made a “inventorySlot” widget, with button and image. I’m using it in my main UMG HUD Widget and it’s ok - but today i wanted to add progress bar to “inventorySlot” (to visualize skill cooldown) and i can’t add it. More specifically, i can’t add anything from Palette. I’ve tried dragging it on canvas and on hierarchy, but still nothing. In my main UMG widget i can add all the items without problems. Any clues?

1 Like

simply answer, there is no childslot left in you current widget :wink:

i assume your widget looks like this →

you can add more stuff to your button by first adding a Compounded Widget (f.e. SOverlay) to your button which excepts more children.

The Button you use only accepts one child

like this!

[alt text][2]

would be happy for a rating^^

Aaah so that’s the magic secret! Thanks :smiley: