simple, bind a on hovered event and on unhovered event to your button that enable and disable a boolean. Then add an overide for “on mouse button up” in your widget function and have it check if the boolean is active and from the mouse event call “get effecting button” and check if it equals the right mouse button, if it is you can call a event in your event graph that handles your button logic
3 Likes