Load game error UE4.26

I would like to know if there is any error in my load game system.
So, from the start. I made a save game system that worked and it loads the slot name and index every time it loads but if I try to load the game from the “Load game from slot” node it doesn’t work. I’ve saved a structure named character stats, containing all of the player data. PLS help me with this problem. I am


attaching an Image below for reference. Thanks in Advance!

1 Like

Try print out the slot name and user index on save & on load and compare if the parameters are the same.

Also step through the functions with a breakpoint (f9)

1 Like