When I run the save game function of my game it saves instantly (or at least looks like), but I wanted to display a tiny “Game is now saving” or “game saved successfully”.
Is that possible? To get information that the savegame is running or finished?
Yes. But what I’m trying to understand is how the save system works. The flow of the blueprints stops until the save completes or it keeps running (saving on the background) while you play? I don’t want to display a “save complete” message while the game is still saving on the background.
The “Load stream level” has a tiny clock icon on the node that shows that flow will stop until the stream level is loaded. Right? The savegame dont have that clock icon
first of all load stream level is for opening level within another level and save game is for saving variables you made the player able to save.
i am not sure how save game works but it is extremely fast if you have less variables, i had an array containing 200 material data which saved way too quickly .
what you can do, after your save, you can load it , and compare to actual variables, if they are identical, display a"succesful" message , and if not, a failure message