Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
Include |
#include "Serialization/MemoryImage.h" |
Source |
/Engine/Source/Runtime/Core/Private/Serialization/MemoryImage.cpp |
void Flatten
(
FMemoryImageResult & OutResult,
bool bMergeDuplicateSections
)
Merging duplicate sections will make the resulting memory image smaller. This will only work for data that is expected to be read-only after freezing. Merging sections will break any manual fix-ups applied to the frozen data