Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Returns count of boundary edges at vertex, and the first two boundary edges if found. If return is > 2, call GetAllVtxBoundaryEdges
| Name | GetVtxBoundaryEdges |
| 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_Queries.cpp |
int GetVtxBoundaryEdges
(
int VertexID,
int & Edge0Out,
int & Edge1Out
) const