Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshEditor
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMeshEditor.h |
| Include | #include "DynamicMeshEditor.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMeshEditor.cpp |
void CopyAttributes
(
int FromTriangleID,
int ToTriangleID,
FMeshIndexMappings & IndexMaps,
FDynamicMeshEditResult & ResultOut
)
Remarks
Copy all attribute-layer values from one triangle to another, using the IndexMaps to track and re-use shared attribute values.
Parameters
| Name | Description |
|---|---|
| FromTriangleID | source triangle |
| ToTriangleID | destination triangle |
| IndexMaps | mappings passed to FindOrCreateDuplicateX functions to track already-created attributes |
| ResultOut | information about new attributes is stored here ( |