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
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.