Mind-Brain
(Mind-Brain)
October 26, 2023, 8:05pm
5
Try this thread- they used GameMode to create a workaround for giving gameInstance a tick during pause. This may help you if you don’t mind gameMode ticking!
How can I pause everything in the game except the GameInstance?
This is a mobile game so it also should be a cheap method.
Custom time dilation for each actor is an expensive method but it doesn’t work for me because GameMode doesn’t get affected from CustomTileDilation variable. I use GetGameMode node and connect it to SetCustomTimeDilation(0) node but it doesn’t actually set it.
So, I can pause everything except GameMode and GameInstance but I can’t pause GameMode with this method. It proba…