FMeshPlaneCut::HoleFill

Fill cut loops with [FPlanarHoleFiller](API\Plugins\DynamicMesh\Operations\FPlanarHoleFiller), using a caller-provided triangulation function

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshPlaneCut.h

Include

#include "Operations/MeshPlaneCut.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshPlaneCut.cpp

Syntax

virtual bool HoleFill
(
    TFunction< TArray< FIndex3i >(const FGeneralPolygon2d &)> PlanarTriangulationFunc,
    bool bFillSpans,
    int ConstantGroupID
)

Remarks

Fill cut loops with FPlanarHoleFiller, using a caller-provided triangulation function

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