Is it possible to disable the greyed out state of disabled widget

I guess it’s not possible unless you change it from c++ “I didn’t check that”, but I believe if the purpose is only to make the user cannot use it like hover, click, etc… try to change the visibility of the button to “not hit testable (Self and all Children)”. That the first thing came to my mind.