Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshIndexUtil.h |
| Include | #include "DynamicMesh/MeshIndexUtil.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/MeshIndexUtil.cpp |
namespace UE
{
namespace Geometry
{
void UE&58;&58;Geometry&58;&58;TriangleToVertexIDs
&40;
const FDynamicMesh3 &42; Mesh,
const TArray< int > & TriangleIDs,
TArray< int > & VertexIDsOut
&41;
}
}
Remarks
Find list of unique vertices that are contained in one or more triangles
Parameters
| Name | Description |
|---|---|
| Mesh | input mesh |
| TriangleIDs | list of triangle IDs of Mesh |
| VertexIDsOut | list of vertices contained by triangles |