How to make simpel autosave system autosave at trigger box location if reached


how do i save the level and checkpoint location if player location is reached can i use triggerboxses or blueprints? we have large levels with more streaming levels

Hi, I was looking into this and it seems like you need to create a SaveGame object, then you can add variables for whatever information you want to be saved (such as location). You could give all of your checkpoints unique tags and put trigger boxes around them.

Here are a couple of other related forum posts with useful links and videos:

And here’s the documentation for creating the SaveGame object:

Let me know if that helps!