The data size increases several times after executing UGameplayStatics::SaveGameToMemory.

(This is a translation of a Japanese post by Akagi Hibiki.)

>the increase in size for the serialized data is expected.

I understand it’s by design.

So, I’ll verify whether I can reduce the size by compressing the data array after serialization based on your suggestion.

Thanks.