Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FRefCountVector
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include | #include "Util/RefCountVector.h" |
void Serialize
&40;
FArchive & Ar,
bool bCompactData,
bool bUseCompression
&41;
Remarks
Serialize FRefCountVector to an archive.
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize with |
| bCompactData | Only serialize unique data and/or recompute redundant data when loading. |
| bUseCompression | Use compression to serialize data; the resulting size will likely be smaller but serialization will take significantly longer. |