Autosave Feature

Hello, I’ve been trying to make a Autosave system instead of having to manually save and reload in my game if you have any tips, please let me know. thanks -VSC

Just pick any save game tutorial you like the look of, and put it on a timer. That’s basically it :slight_smile:

The Problem is that there are basically no tutorials about making a auto save system in Unreal Engine 5.

1 Like

There are more save system tutorials than you can shake a stick at. These will ground you in the fundamental concepts.

After that, it’s just ‘put it on a timer’. Literally, you can start a timer on begin play, and just save every minute, or whatever you want :slight_smile: