Navigation
API > API/Runtime > API/Runtime/GeometryCore
Information about mesh elements modified by MergeVertices()
| Name | FMergeVerticesInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/InfoTypes.h |
| Include Path | #include "DynamicMesh/InfoTypes.h" |
Syntax
struct FMergeVerticesInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EdgeCollapseInfo | TOptional< FEdgeCollapseInfo > | If the merge resolves as an edge collapse, the information is stored here. | DynamicMesh/InfoTypes.h | |
| InterpolationT | double | DynamicMesh/InfoTypes.h | ||
| KeptVertex | int | DynamicMesh/InfoTypes.h | ||
| MergeEdgesInfo | TOptional< FMergeEdgesInfo > | If the merge resolves as an edge weld, the information is stored here. | DynamicMesh/InfoTypes.h | |
| RemovedVertex | int | DynamicMesh/InfoTypes.h |