Moving stopped working normally


Well, i’ve this func, nevermind what it does, but the problem is that Ongoing line just don’t work, variable IsMoving always stays false. It’s strange, cause it’s the only place where i change this variable, and i haven’t done anything with it. It just stopped working after 100+ hours. How can I fix that?

Set your bool type variable to true either after the “Triggered” or “Started” execution pins, preferably after Started :blush:

Thanks, i’ve done it yet. Just thought there was the way to fix ongoing for it to look better

Add this to your input action triggers :innocent:

“Hold” or “Hold and Release” also works btw

I also want to add that you don’t have to set your bool type variable to true repeatedly and can just do that once after the “Started” execution pin of your IA

Thank u so much. Have been thinking how to fix that for like an hour