Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3 > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3/CollapseEdge
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include | #include "DynamicMesh/DynamicMesh3.h" |
virtual EMeshResult CollapseEdge
(
int KeepVertID,
int RemoveVertID,
const FCollapseEdgeOptions & Options,
FEdgeCollapseInfo & CollapseInfo
)
Remarks
Collapse the edge between the two vertices, if topologically possible. Equivalent to using the other overload with 0 for EdgeParameterT.