Some problems with saves in UE4 blueprints

Do you have a SaveGame object that you save to and actively load from on start up?

Typically you should have a check if a SaveGame object exists and if it does you should load from it.

Something like this: