Get a Hard-drive accurate listing of all Save Game Objects!

Get a Hard-drive accurate listing of all Save Game Objects!
Dear Community,
I've released a new node that gives you a hard-drive accurate listing of all save game files that you've created!
I am referring to UE4's Save Object system!
You can now access a full listing in a developer build or in a packaged game, to know all the save files that have been saved!
These save files are stored in GameDir/Saved/SaveGames

~~~
UE4 Blueprint Save System?
If you did not know, you can use UE4's save system like this:
1. Create a new blueprint based on SaveGame
2. Add your variables to the blueprint that you want to save the values of
3. in level BP or some other blueprint, create a save game object, and set the values of that object
4. Save this object to a Save Game Slot, as shown in my pictures
5. You can load a save game object from a Slot name at any time!
6. Now with my new Victory BP Library, you can obtain a full listing of all existing save games as stored on your computer's hard disk! This let's you know whether a file exists before you try to load it! You can also find out how many save files exist from within BP!
Enjoy!
Rama
Get a Hard-drive accurate listing of all Save Game Objects!
Dear Community,
I've released a new node that gives you a hard-drive accurate listing of all save game files that you've created!
I am referring to UE4's Save Object system!
You can now access a full listing in a developer build or in a packaged game, to know all the save files that have been saved!
These save files are stored in GameDir/Saved/SaveGames
~~~
UE4 Blueprint Save System?
If you did not know, you can use UE4's save system like this:
1. Create a new blueprint based on SaveGame
2. Add your variables to the blueprint that you want to save the values of
3. in level BP or some other blueprint, create a save game object, and set the values of that object
4. Save this object to a Save Game Slot, as shown in my pictures
5. You can load a save game object from a Slot name at any time!
6. Now with my new Victory BP Library, you can obtain a full listing of all existing save games as stored on your computer's hard disk! This let's you know whether a file exists before you try to load it! You can also find out how many save files exist from within BP!
Enjoy!
Rama
Comment