So i actually wanted to empty some space and accidently deleted saved folder which contains the SaveGames folder that has the save slot which the nodes were calling now the game is glitched and its not creating slot and i tried creating new save object BP and renamed save slot still its not capturing variables inside the save game like coins etc they were capturing before i deleted the save folder and now im stuck and cant find a solution if anyone can help me please regarding this issue
Nvm i have solved by does save game exist combo
if you deleted the whole Saved folder the game should recreate it on next save, but if your logic only Loads and never Creates when missing it will just keep failing silently
check DoesSaveGameExist first, if false do CreateSaveGameObject then Save right away to force the folder back. also verify you are writing vars to the save object before the Save node, not after
advanced save system from fab Save System / Cloud Save / Encryption / Slot management | Fab has slot enumeration + metadata so you can see if slot actually exists and file size, makes debugging missing .sav way faster than guessing