Open rtorrisi opened 3 years ago
https://github.com/PipeRift/SaveExtension/blob/390033bc757f2b694c497e22c324dcac539bcd15/Source/SaveExtension/Private/Serialization/SlotDataTask_Saver.cpp#L95-L97
I think this lines were supposed to be:
//Save Level info in both files SlotInfo->Map = FName{ FSlotHelpers::GetWorldName(World) }; SlotData->Map = SlotInfo->Map;
https://github.com/PipeRift/SaveExtension/blob/390033bc757f2b694c497e22c324dcac539bcd15/Source/SaveExtension/Private/Serialization/SlotDataTask_Saver.cpp#L95-L97
I think this lines were supposed to be: