Navigation
Unreal Engine C++ API Reference > Developer > MeshReductionInterface > IMeshReduction
References
Module | MeshReductionInterface |
Header | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h |
Include | #include "IMeshReductionInterfaces.h" |
void ReduceMeshDescription
&40;
FMeshDescription & OutReducedMesh,
float & OutMaxDeviation,
const FMeshDescription & InMesh,
const FOverlappingCorners & InOverlappingCorners,
const struct FMeshReductionSettings & ReductionSettings
&41;
Remarks
Reduces the raw mesh using the provided reduction settings.
Parameters
Name | 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. |