PipeRift / SaveExtension

Provides UE4 with a save-game system with support for savegame tags, level streaming and more
Apache License 2.0
162 stars 59 forks source link

Saving not working after using pause game function #59

Closed shadowdoggie closed 3 years ago

shadowdoggie commented 3 years ago

Saving a game is dependant on game ticks. If the game is paused saving will never finish.

Fix it by using a global tick for the subsystem. (PD: Written by muit)