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::Geometry::TriangleToVertexIDs
(
const FDynamicMesh3 * Mesh,
const TArray < int > & TriangleIDs,
TArray < int > & VertexIDsOut
)
}
}
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 |