I had some issues with my UE4 Game that is already published on Steam, I decided to remake it using UE5, but the Save data is not loading at all, is there a work around?
There are no compatibilities issues with saves between UE4 & UE5.
Your saves (in a packaged game) are located in
C:\Users{Username}\AppData\Local{Project Name}\Saved\SaveGames
What has probably happened is that your Project Name is slightly different due to upgrading from UE4 to UE5. Check to see if your saves are in the correct place.
This is all for a packaged game, though. In editor, the save files would be in your project folder- that would explain why they aren’t showing up.
{Path to Project}{Project Name}\Saved\SaveGames
You can get to your project by right clicking it in the launcher
I have the files name perfect, the content is the same, but UE5 just cant see it, it gets as “Not Valid”
I’m sorry, but I can’t reproduce the issue.
Could you show your save/load setup and where you’re getting that error?