Help : Load bunch of save slots, under a single slot name, that i can name, in a list, that i can select to load.

Hi and thanks in advance for helping out. I don’t know how to read C++ but post anyway to help others.

So i have a building system in my game that builds a bunch of objects to save as a deplorable unit.
I can build the unit and save it out and load it.
I can not find anything online to show me how to do a save and load list.

So what i want to do is push my button “save”. A single file that i can name anything by typing in. It will be like an array/set or something and will save head, flower and icon to what i name the file.

When i press my “load” button. I want a list to come up and it will only come up with the named file. So when i load it, it will load the head, flower, icon.

It will be super helpful if you can give me some examples of sections of this process and i can make up my own code to make it work the way i need it to. Like i said i can not find jack online about this topic.

253971-capture.png

253976-capture2.png

253975-capture1.png