Widget interaction not possible

Hey there, I have an issue with a widget interaction.

I created an in-game menu via widget and everything worked until I wanted to add a sub menu to the game. For this sub menu I added another widget which is called by a button in the first widget (main menu). I toggle their visibilities, which might not be the correct way, but at least works for me.

Now, I can’t interact with the second widget. I can however interact with the first widget and call the second one. Debug is shown and hover appearance on the second widget can be seen, but clicking is not possible.

Did I forget something? Like do I have to create a new widget interaction component? Any help is appreciated.

Could you send some screenshots of blueprint and widget… That would help a lot.

I forgot to set enable collision, now it works perfectly fine. Nevertheless, thank you for offering your help!