FMeshBoundaryLoops::ExtractSpan

Read out the span from loop[i0] to loop [i1-1] into an array.

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 void ExtractSpan
(
    TArray< int > & Loop,
    int i0,
    int i1,
    bool bMarkInvalid,
    TArray< int > & OutSpan
)

Remarks

Read out the span from loop[i0] to loop [i1-1] into an array. If bMarkInvalid, then these values are set to -1 in loop

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