FLoopPairSet

Pair of associated vertex and edge loops.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMeshEditor.h"

Syntax

struct FLoopPairSet

Remarks

Pair of associated vertex and edge loops. Assumption is that loop sizes are the same and have a 1-1 correspondence. OuterVertices may include unreferenced vertices, and OuterEdges may include InvalidID edges in that case.

Variables

Name Description

Public variable

bool

 

bOuterIncludesIsolatedVertices

If true, some OuterVertices are not referenced by any triangles, and the pair of OuterEdges that would touch that vertex are InvalidID

Public variable

TArray< int32 >

 

InnerEdges

Public variable

TArray< int32 >

 

InnerVertices

Public variable

TArray< int32 >

 

OuterEdges

Public variable

TArray< int32 >

 

OuterVertices

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