FDynamicMesh3::CompactInPlace

Mesh Edit operations Compact mesh in-place, by moving vertices around and rewriting indices.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMesh3.h"

Source

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

Syntax

void CompactInPlace
(
    FCompactMaps * CompactInfo
)

Remarks

Mesh Edit operations Compact mesh in-place, by moving vertices around and rewriting indices. Should be faster if the amount of compacting is not too significant, and is useful in some places.

Parameters

Parameter

Description

CompactInfo

if not nullptr, will be filled with mapping indicating how vertex and (optionally) triangle IDs were changed during compaction

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