Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FMemoryImage
References
Module | Core |
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
&40;
FMemoryImageResult & OutResult,
bool bMergeDuplicateSections
&41;
Remarks
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