Description says it is used for save/load in worksbench. But when debugging I found that it actually always saves to a filename based on the GUID of some GM_TestWorld.conf.
See SCR_SaveManagerCore.OnGameStart line 994
Also please cleanup SCR_SaveManagerCore.FindLatestSave(SCR_MissionHeader, out string)...