Hi, I have a widget that asks the player to press a certain Button within a few seconds to get a reward. So I use the “Bind Event To On Clicked” node that will activate a success message when the button is clicked and the widget is removed.
When the timer runs out before the player clicks the button then a fail message appears and the widget is removed.
Problem is that the Binding is still active so when the player clicks the button at any later time he will still get the reward. I have tried all sorts on Unbind and Unbind All nodes but I can’t get rid of the binding. How can I deactivate the Bind Event To On Clicked?





