Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const FCompactMaps & CompactMaps,
const FDynamicMeshAttributeSet & Copy
)
Performs a CompactCopy of the attached overlays/attributes. Called by the parent mesh CompactCopy function.
Parameter |
Description |
---|---|
CompactMaps |
Maps indicating how vertices and triangles were changes in the parent |
Copy |
The attribute set to be copied |