Skip to content

Can you remove one of the delays? #37

Answered by zompi2
WHHwxiaop asked this question in Q&A
Discussion options

You must be logged in to vote

FFlow::StopAction does not pause the delay, but it terminates it. In order to start delaying again from the beginning you need to run FFlow::Delay again.

To pause and resume the action use FFlow::PauseAction(GetWorld(), Handle) and FFlow::ResumeAction(GetWorld(), Handle)

However there is no way to reset the running or paused action. This actually might be a good thing to add.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@WHHwxiaop
Comment options

@zompi2
Comment options

Answer selected by WHHwxiaop
@WHHwxiaop
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants