Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Description
Performs a CompactCopy of the attached overlays/attributes. Called by the parent mesh CompactCopy function.
| Name | CompactCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp |
void CompactCopy
(
const FCompactMaps & CompactMaps,
const FDynamicMeshAttributeSet & Copy
)
Parameters
| Name | Remarks |
|---|---|
| CompactMaps | Maps indicating how vertices and triangles were changes in the parent |
| Copy | The attribute set to be copied |