collab viewer template delete saved state

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?


and I have tried deleting it from the project folder but it doesn’t delete from unreal engine gameplay.

I got it resolved

I am trying to do the same, how did you manage to solve it?

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




1 Like

Hey @GreeyaJini, thanks for the reply :slight_smile:

I did that and it worked:

image

But then I get some Runtime Errors:

I thought that might break the project so I reconnected the nodes, but then the save states came back.

image

If I leave the node broken will i still be able to save stuff to the PC?

@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.

1 Like

Hey @GreeyaJini , did you manage to figure anything out?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.