Is it possible to change current style of button with blueprint? For exaple I want to set my button style to “hover” when button is focused. I can check my button on focus with “Has Keyboard Focus” node, but I don’t have node to set “hover” style (except that I can make new style).
P.S. It’s not related to this question, but do we have widget layering? Is it possible to hide half of the container below other container?