-
Can remove one of the delays? |
Beta Was this translation helpful? Give feedback.
Answered by
zompi2
Feb 28, 2024
Replies: 1 comment 3 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FFlow::StopAction
does not pause the delay, but it terminates it. In order to start delaying again from the beginning you need to runFFlow::Delay
again.To pause and resume the action use
FFlow::PauseAction(GetWorld(), Handle)
andFFlow::ResumeAction(GetWorld(), Handle)
However there is no way to reset the running or paused action. This actually might be a good thing to add.