![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DynamicMeshEditor.h>
Public Attributes | |
| TArray< int32 > | OuterVertices |
| TArray< int32 > | OuterEdges |
| TArray< int32 > | InnerVertices |
| TArray< int32 > | InnerEdges |
| bool | bOuterIncludesIsolatedVertices |
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.
| bool UE::Geometry::FDynamicMeshEditor::FLoopPairSet::bOuterIncludesIsolatedVertices |
If true, some OuterVertices are not referenced by any triangles, and the pair of OuterEdges that would touch that vertex are InvalidID