Stuck in delay node


I have this node that create a widget with a video, the video plays fine but when i reach the delay it gets stuck there i get the blue Hello print but i never get the pink Hello print causing to get stuck on the video widget and never being able to return to game, if i remove the delay node i get both prints:

without the delay node:

Any ideia why this is happening?

Hi there,
You are using a delay while your game is paused. Perhaps you should add this set game paused later, after the delay is finished.

Hope that helps.

1 Like

In class default enable Tick even When Paused in your BP and it should work.
In player controller for example or any BP.

4 Likes

Thank you for the sugestion but i really need to pause before the delay…

Thank you very much it was it :slight_smile:

1 Like