IMeshReduction::ReduceMeshDescription

Reduces the raw mesh using the provided reduction settings.

Windows
MacOS
Linux

References

Module

MeshReductionInterface

Header

/Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h

Include

#include "IMeshReductionInterfaces.h"

Syntax

void ReduceMeshDescription
(
    FMeshDescription & OutReducedMesh,
    float & OutMaxDeviation,
    const FMeshDescription & InMesh,
    const FOverlappingCorners & InOverlappingCorners,
    const struct FMeshReductionSettings & ReductionSettings
)

Remarks

Reduces the raw mesh using the provided reduction settings.

Parameters

Parameter

Description

OutReducedMesh

Upon return contains the reduced mesh.

OutMaxDeviation

Upon return contains the maximum distance by which the reduced mesh deviates from the original.

InMesh

The mesh to reduce.

ReductionSettings

Setting with which to reduce the mesh.

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