FDynamicMeshAttributeSet::Serialize

Serialize to and from an archive.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h

Include

#include "DynamicMesh/DynamicMeshAttributeSet.h"

Source

/Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp

Syntax

void Serialize
(
    FArchive & Ar,
    const FCompactMaps * CompactMaps,
    bool bUseCompression
)

Remarks

Serialize to and from an archive.

Parameters

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.