I need to temporarily disable widget button

I’m using the widget switcher to switch from a main menu widget to a sub menu but the button I’m using on the widget switcher is overlapping a button I’m using in the other widget I’m switching to. How can I temporarily disable the 1st button so I can then click on the other button? I need to be able to disable the button in the widget BP itself.

You can use widgets SetEnabled and SetVisibility-Nodes to hide/unhide and disable/enable widgets.

1 Like

When you add a button in a widget where is the setenabled node for that I can’t find it?

If this is the node you mean its not disabling the button

As Stefan said SetEnabled and SetVisibility is what are you looking for, if it doesn’t work maybe that node is never reached/called, debug it with print string please.