TMeshSimplification::SimplifyToTriangleCount

Simplify mesh until we reach a specific triangle count.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshSimplification.h"

Source

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

Syntax

virtual void SimplifyToTriangleCount
(
    int TriangleCount
)

Remarks

Simplify mesh until we reach a specific triangle count. Note that because triangles are removed in pairs, the resulting count may be TriangleCount-1

Parameters

Parameter

Description

TriangleCount

the target triangle count

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