Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/InfoTypes.h |
| Include | #include "DynamicMesh/InfoTypes.h" |
Syntax
struct FMergeEdgesInfo
Remarks
Information about mesh elements modified by MergeEdges()
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int, TInlineAllocator< 4 > > | BowtiesKeptEdges | ||
| TArray< int, TInlineAllocator< 4 > > | BowtiesRemovedEdges | Even more Removed and Kept edges, in cases where there were multiple such edges on one or both sides of the merged edge Only possible if the pre-merge mesh had non-manifold vertices (aka bowties), in almost all meshes these arrays will be empty | |
| FIndex2i | ExtraKeptEdges | ||
| FIndex2i | ExtraRemovedEdges | ||
| double | InterpolationT | ||
| int | KeptEdge | ||
| FIndex2i | KeptVerts | ||
| int | RemovedEdge | ||
| FIndex2i | RemovedVerts |