Does any one know How to change my save game file location for ue4? package builds?

Does any one know How to change my save game file location for ue4? package builds?

There is a way to change it using C++, and I am not fully sure if it is exposed to the blueprint project to be modified.

Perhaps there is a way to change the DefaultEngine.ini file to specify the save game file location:

[/Script/Engine.GameUserSettings]
bUseCustomSaveLocation=True
CustomSaveLocation="C:/MyGameSaveLocation/"

I haven’t tried the method above.

1 Like