Hey guys,
Just found this post in looking for answer why my GameState doesn’t tick delay while paused, even with TickEvenWhenPaused set to True.
What actually fixed the issue for me was when I put print string on Event Tick, and suddenly it started working.
Works even without any exec going from EventTick now.
I Hope it’s not random ^^