Problem with Save/Load

Hi,

I’m getting an error trying to connect my SET save game connection to my LOAD GAME FROM SLOT. It says: Reference is not compatible.

I’ve been following this tutorial: 9 - UE4: Save Game Stuff - YouTube

At 10:57 into the video the connections have been made but I am unable to.

Would anyone have any tips for how to create a fix?

Thanks!

Is your “SaveGame” variable of type “MazeSaveGame” or “SaveGame”?

If if it’s of the first type, you have to cast it into that type before you can feed the variable in.

Thanks for the help! I was working with my own variable, SaveGame. What I ended up having to do was restart the tutorial and redo my Blueprints. I must have somehow messed up initially because I didn’t have a problem setting it up the next time.