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 |
bool DisconnectTrianglesAlongEdges
(
const TSet < int32 > & Edges,
TArray < int32 > * AddedVertexIDs
)
Remarks
Disconnect triangles along the given Edges, so that all input edges become boundary edges.
Parameters
| Name | Description |
|---|---|
| Edges | IDs of edges to disconnect |
| AddedVertexIDs | Optional array of vertices added by this operation |