I want to ask something… as I am working on the collab viewer template in ue5 and I have saved different states in gameplay now I wanna delete them but don’t know how?? Can anyone help me?
As I want to completely delete the all saved games slot I have done this so far.
So @Skaborous have you deleted it from your file browser and restarted your project?? if yes, then …
then go to blueprint>savegame>saveload_state_controller , in this BP Class break the node of CreateMAinSlot_savegame…By this the saved game names will be deleted
@Skaborous Thnx that it might be helpful to you.
if you want to save the states in your project then I think it won’t work, for me I don’t want to have any saved conditions in this project that’s why I have disconnected the nodes and it worked fine for me.
If you want to have save states but want to delete the already available states then this might not work I guess.
Hence anyways give me some time to check out your issue and do some more learning so maybe I could find something to help you.