Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMeshAttributeSet
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 |
void CompactCopy
&40;
const FCompactMaps & CompactMaps,
const FDynamicMeshAttributeSet & Copy
&41;
Remarks
Performs a CompactCopy of the attached overlays/attributes. Called by the parent mesh CompactCopy function.
Parameters
| Name | Description |
|---|---|
| CompactMaps | Maps indicating how vertices and triangles were changes in the parent |
| Copy | The attribute set to be copied |