UI button with hover event that can be clicked through

I am trying to create an invisible button that can run an OnHovered event but allows other buttons underneath to be pressed? Would this be possible?

I doubt it’s possible, but you can place the invisible button behind your other buttons and run the hover event when hovering over either the invisible button or the other buttons. It should have the same effect as a button which can be clicked through.