Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
Include |
#include "DynamicMesh/DynamicMeshAttributeSet.h" |
Source |
/Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp |
void Serialize
(
FArchive & Ar,
const FCompactMaps * CompactMaps,
bool bUseCompression
)
Serialize to and from an archive.
Parameter |
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. |