FMeshBoundaryLoops::CountSpan

Count number of valid vertices in l between loop[i0] and loop[i1-1]

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 int CountSpan
(
    const TArray< int > & Loop,
    int i0,
    int i1
)

Remarks

Count number of valid vertices in l between loop[i0] and loop[i1-1]

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