Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/TDynamicMeshOverlay
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include | #include "DynamicMesh/DynamicMeshOverlay.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshOverlay.cpp |
void Serialize
&40;
FArchive & Ar,
const FCompactMaps &42; CompactMaps,
bool bUseCompression
&41;
Remarks
Serialize to and from an archive.
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize with. |
| CompactMaps | If this is not a null pointer, the mesh serialization compacted the vertex and/or triangle data using the provided mapping. |
| bUseCompression | Use compression for serializing bulk data. |