UMG question: How to create a button with 3 buttons inside?

Hi all,

I want to create a button with 3 buttons inside.
Below is an image and a gif to what it looks like and how it works.

273293-button-overview.png

273294-button.gif

I’ve been watching tutorials to find a way to approach this, but I still couldn’t find a way to put a button on top of another button. Does anyone know how to do it?
Thanks in advance!

You can try to use overlays.

Thank you so much for your reply. I already tried overlay. But it still doesn’t overlap on top of other components for some reason. I am desperate…

Thank you so much! This is exactly what I want! :slight_smile:

You don’t need overlays, you can simply have the parent button in the form of a Canvas panel with inside of it:

  • Parent button
  • Button1
  • Button2

I’m gonna attach an image of a basic setup and the widget file itself so you can have a reference. After a while, you will get used to UMG and it will be such a great breeze :slight_smile:

Let me know if this answers your question.

[Widget file link.][2]

Glad to have helped :smiley: