What I want to do when I click the left mouse button in Dialog Widget is for the Dialog window to shut down, well I got that working, but
the timer handler which is in the other blueprint, I can’t shut it down from inside the widget with the mouse click event. how do I do it?.
The Timer wasn’t done by myself. Someone on here helped me out. to set up the dialog and the timer. But Ive never had to construct a End Dialog Widget Mouse Click Event before. because I don’t know how to build logic in the widgets for pausing the timer… So I need someone
in here to show me the code needed to get the widget mouse button to pause the timer so i can beable to return back again into the game after shutting down the dialog window. Otherwise I am trapped all motionless on the screen for several minutes and can’t do nothing because the timer with the delay loop is still running, .I need to stop the timer but I don’t know how to do it with the On mouse click event.
here’s the blueprint code.