Hello!
I wanted to ask, what I am doing wrong? The events are all fireing, but the timer just wont stop.
The var at the top is ALWAYS true. I restarted UE, my PC, reinititalized the Boolean and it still wont work. You can find the Log behind the Spoiler . I would REALLY appreciate help, due to the fact I am still pretty new to ue5.
Thanks already: ~Tonai.
Here? I’d say nothing. (apart from the fact I wouldn’t make a timer using Tick - there’s a better tool for that - a Timer, ehm. But who knows what you’re up, perhaps this is needed.
I’d look for the issue elsewhere. What are the chances something else modifies the boolean?
Yeah I tried it with Timers but I wont get it working. Nothing else can Modify the Boolean. I think this also is the problem: the Branch wont work at all…
No we are not. My Simulation doesnt even show these Orange points although I have selected the correct debugging Project. But the whole thing is Buggy asf. I am currently trying to do the thing with functions and all of a sudden the set Text thing wont work anymore, because now Timer is none. Wow.
Well, this is beside the First Person Character script the only blueprint in here. I already tried it with Timers as you said, Invalidating them doesnt work neither. And yes, I tested if the invalidating function is called.
For all we know, you could have added 5 widgets on top of one another and are simply observing the wrong one. Note that we know nothing about what you’re doing bar from the snippet of script that looks OK.