Is there a portable platform independent method for saving and loading complex data? For example, perhaps a map keyed on strings and valued on a class/object/structure that holds a list of arrays or arrays of floats.
Could it just be as simple as FFileHelper::SaveStringToFile and FFileHelper::LoadFileToString?
Thanks