PipeRift / SaveExtension

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

Saving not working after using pause game function #59

Closed shadowdoggie closed 4 years ago

shadowdoggie commented 4 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)