I have an image as a background on one of my primary Widgets that has a number of buttons. When the mouse is clicked on the image and not the buttons the mouse pointer disappears but is still usable on the buttons because the hover state is activated. The mouse cursor does not reappear until a button is pressed.
Hey there @ModeSix! Welcome back to the community! Hrm, let’s try setting the visibility of the image to Non Hit-Testable, and this should disallow clicks on the image and not allow the image itself to receive focus. I believe the IsFocusable boolean is only on buttons and other commonly interactable UI, but if your image class derives from one of those, you may need to also set that boolean to false.