FSubRegionRemesher::EndTrackRemovedTrisInPass

Call after [BasicRemeshPass()](API\Plugins\DynamicMesh\FSubRegionRemesher\BasicRemeshPass) to disable and return tracking of removed triangles

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/SubRegionRemesher.h

Include

#include "SubRegionRemesher.h"

Syntax

const TSet< int32 > & EndTrackRemovedTrisInPass()

Remarks

Call after BasicRemeshPass() to disable and return tracking of removed triangles

Returns

set of removed triangles. This set will be cleared on next call to BeginTrackRemovedTrisInPass()