Stop Set Timer by Event when greater than another value

New to unreal here. I am trying to stop the set timer by event when it is greater than a certain value. I have my counter working but it seems to just stop after 1.

1 Like

You need to use Clear and Invalidate Timer by Handle. Place the branch in the event that is being loop and on true execute the clear timer.

1 Like

Got it working! Thank you!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.