FMeshDescription::DeleteTriangles

Deletes triangles from the mesh and remove all orphaned polygon groups, vertex instances, edges and vertices.

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h

Include

#include "MeshDescription.h"

Source

/Engine/Source/Runtime/MeshDescription/Private/MeshDescription.cpp

Syntax

void DeleteTriangles
(
    const TArray< FTriangleID > & Triangles
)

Remarks

Deletes triangles from the mesh and remove all orphaned polygon groups, vertex instances, edges and vertices. Will not compact the internal arrays, you must call Compact() manually.

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