Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
Description
Deletes polygons 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.
| Name | DeletePolygons |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
| Source | /Engine/Source/Runtime/MeshDescription/Private/MeshDescription.cpp |
void DeletePolygons
(
const TArray < FPolygonID > & Polygons
)