How can I make buttons clickable

So I used the “M key” boolean with flip flop to make a menu pop up. I linked it to the main menu. The first time the menu appears (on start) it works but when I pop up the menu during play I can’t click it. How can i fix this?
Thanks!

I believe you’re looking for the node set input mode… Change it to UI when you bring up the menu and game when you take it down.

  • Make sure to set ShowMouseCursor in your PlayerController to true.