Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Remove vertex VertexID and all connected triangles. Returns Failed_VertexStillReferenced if VertexID is still referenced by any triangles. If bPreserveManifold is true, checks that we will not create a bowtie vertex first. In this case, returns Failed_WouldCreateBowtie if removing the triangles would create a bowtie.
| Name | RemoveVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3_Edits.cpp |
EMeshResult RemoveVertex
(
int VertexID,
bool bPreserveManifold
)