Is there a way to run code non stop?

Potentially yes. How are you setting up the widget and displaying it? Is this just a HUD widget?

In UE if you want something to persist between levels then you need to have it in the game instance. So if it’s a widget then you’ll want create the widget in the game instance and provide hooks to show it and hide it when appropriate.

2 Likes