FEdgeSpan::VertexSpanToEdgeSpan

Utility function to convert a vertex span to an edge span

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "EdgeSpan.h"

Source

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

Syntax

static void VertexSpanToEdgeSpan
(
    const FDynamicMesh3 * Mesh,
    const TArray< int > & VertexSpan,
    TArray< int > & OutEdgeSpan
)

Remarks

Utility function to convert a vertex span to an edge span

Parameters

Parameter

Description

Mesh

mesh to operate on

Vertexspan

ordered list of vertices

OutEdgeSpan

computed list of sequential connected vertices

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