Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMemoryImage
Description
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
| Name | Flatten |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/MemoryImage.cpp |
void Flatten
(
FMemoryImageResult & OutResult,
bool bMergeDuplicateSections
)