Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshBoundaryLoops
Description
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
| Name | ExtractSpan |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MeshBoundaryLoops.h |
| Include Path | #include "MeshBoundaryLoops.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/MeshBoundaryLoops.cpp |
static void ExtractSpan
(
TArray < int > & Loop,
int i0,
int i1,
bool bMarkInvalid,
TArray < int > & OutSpan
)