The UMG system uses the default HitTesting in the Visibility Channel to handle events such as OnHover/OnMouseEnter for the mouse. Is it possible to change it to my custom channel?
Currently, if my Widget Component does not block the Visibility Channel, the UI cannot receive hardware input from the mouse. Is it possible to change it to my custom UITrace channel?