FMeshBoundaryLoops::IsSimplePath

Check if forward path from loopV[i1] to loopV[i2] contains any bowtie verts other than bowtieV

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

static bool IsSimplePath
(
    const TArray< int > & LoopVerts,
    const TArray< int > & BowtieVerts,
    int BowtieVertex,
    int i1,
    int i2
)

Remarks

Check if forward path from loopV[i1] to loopV[i2] contains any bowtie verts other than bowtieV

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