FDynamicMeshAttributeSet::CompactCopy

Performs a CompactCopy of the attached overlays/attributes.

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 CompactCopy
(
    const FCompactMaps & CompactMaps,
    const FDynamicMeshAttributeSet & Copy
)

Remarks

Performs a CompactCopy of the attached overlays/attributes. Called by the parent mesh CompactCopy function.

Parameters

Parameter

Description

CompactMaps

Maps indicating how vertices and triangles were changes in the parent

Copy

The attribute set to be copied