The button style keeps hovering style when the cursor does not hover

I have a button that the default style is grey and when the cursor hovers over the button, it turns pink from grey. However, when the cursor hovers over the button it did not turn to pink. Only after you press it, the pink color will show up. However, when you moves out of the button area, it kept pink and couldn’t turn back to grey unless the you click somewhere else in the game. The button just seems cannot refresh itself unless you make a click. What is the potential root cause and how to fix it?

Fixed by changing bUseMouseForTouch to False

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.