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 |
int FindOrCreateDuplicateGroup
(
int TriangleID,
FMeshIndexMappings & IndexMaps,
FDynamicMeshEditResult & ResultOut
)
Remarks
Find "new" group for input group under Index mapping, or create new if missing index of duplicate group
Parameters
| Name | Description |
|---|---|
| TriangleID | the source triangle whose group we want a copy of |
| IndexMaps | source/destination mapping of already-duplicated groups |
| ResultOut | newly-created groups are stored here |