Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshEditor
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.
| Name | FLoopPairSet |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMeshEditor.h |
| Include Path | #include "DynamicMeshEditor.h" |
Syntax
struct FLoopPairSet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOuterIncludesIsolatedVertices | bool | If true, some OuterVertices are not referenced by any triangles, and the pair of OuterEdges that would touch that vertex are InvalidID | DynamicMeshEditor.h | |
| InnerEdges | TArray< int32 > | DynamicMeshEditor.h | ||
| InnerVertices | TArray< int32 > | DynamicMeshEditor.h | ||
| OuterEdges | TArray< int32 > | DynamicMeshEditor.h | ||
| OuterVertices | TArray< int32 > | DynamicMeshEditor.h |