I have Options UIScene with some sliders. When it's active the game is paused.
I'd like to keep checking the slider values and do some stuff based on that (adjust volumes continuously etc.) but my problem is, that I'm checking them from within PlayerControll - PlayerTick function which is suspended when the game is paused.
I think what I'm looking for is some kind of Tick function that keeps running even when the game is paused (or maybe I'm just missing some engine callback thats called continuously when the slider is moved ).
Thanks



Reply With Quote



Bookmarks