MeshIndexUtil::TriangleToVertexIDs

Do not add any more functions to this namespace.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/MeshIndexUtil.h

Include

#include "MeshIndexUtil.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/MeshIndexUtil.cpp

Syntax

namespace MeshIndexUtil
{
    void MeshIndexUtil::TriangleToVertexIDs
    (
        const FDynamicMesh3 * Mesh,
        const TArray< int > & TriangleIDs,
        TArray< int > & VertexIDsOut
    )
}

Remarks

Do not add any more functions to this namespace. Use UE::MeshIndexUtil instead Find list of unique vertices that are contained in one or more triangles

Parameters

Parameter

Description

Mesh

input mesh

TriangleIDs

list of triangle IDs of Mesh

VertexIDsOut

list of vertices contained by triangles

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss