Is there a way to add a set of delete buttons that corresponds to a specific Save Slot inside the list of Saves? Or do I have to manually create a button element for each Save Slot? If that is the case, how do I scale it with the Maximum # of slots in the Menu Editor?
Pic for reference(Yellow X indicate where the Delete Button should that is parallel to the Save Slot its suppose to delete):
https://imgur.com/a/8WjbdSG
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
They would need to be separate Button objects in your UI, but since they use icons and not text, you can link them to a single separate SavesList element so that the number of slots matches that of the "proper" slots on the left.
For this new element, uncheck Load when click on?, and then define an ActionList when click asset that has an Integer parameter defined.
You'll then be able to map this parameter to the clicked slot index, which you can then use in the Save: Manage saves Action to control which slot should be deleted.