Save Data Through Widget Blueprint?

I just recently setup a save game system with blueprints. At first I set it up in my third person character and binded it to keys for saving and loading. I want to change it over so they can save and load through the pause menu. I have my pause widget setup already. I basically just copied and pasted my BP setup from my third person character to my pause menu widget and made it so it saves and loads on the click of a button instead of keys. However it’s not saving nor loading. As you can see from the following screenshots, I have a print string in my save game setup at the end. It prints the string “SAVE COMPLETE” but, it doesn’t save any data. Any help would be greatly appreciated!

Save Game Setup:

Load Game Setup:

Error Log: