FMeshBoundaryLoops::ExtractSubloops

This is called when loopV contains one or more "bowtie" vertices.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshBoundaryLoops.h"

Source

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

Syntax

bool ExtractSubloops
(
    TArray< int > & loopV,
    TArray< int > & loopE,
    TArray< int > & bowties,
    Subloops & SubloopsOut
)

Remarks

This is called when loopV contains one or more "bowtie" vertices. These vertices might be duplicated in loopV (but not necessarily) If they are, we have to break loopV into subloops that don't contain duplicates.

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