How to bind onclick event to UMG?

Create a button then put your image ontop of it and set the visibility of your image to “Hit Test Invisible” so the image will never count as something clickable.
After that you just need to set your event to the button :slight_smile:

PS : Don’t forget to set the transparency of color and background color to 0 on your button so it doesn’t show.