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