UMG Button design overlap

Hey there!

I’m having some trouble figuring something out. Is there a way you can let the button’s “selectionfield” be the shape of the image.

We want to create this ->

nav.jpg&stc=1

The issue i see with this is that the buttons overlap the other buttons, well Middle bottom one overlaps other 2 and the outside ones overlap the middle one.
How would we go on and implement that? Is there a way to have a button shape based on alpha of an image? Or another solution?

Thanks for the help!
Celeste

No, you’d have to make a single widget that internally understands how the space is divided, hit test is entirely handled using rectangles. Your special single widget would have a rectangular hit test area, and then do something internally when hit based on where they clicked.