Navigation
API > API/Runtime > API/Runtime/GeometryCore
Information about mesh elements modified/removed by CollapseEdge()
| Name | FEdgeCollapseInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/InfoTypes.h |
| Include Path | #include "DynamicMesh/InfoTypes.h" |
Syntax
struct FEdgeCollapseInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsBoundary | bool | DynamicMesh/InfoTypes.h | ||
| CollapsedEdge | int | DynamicMesh/InfoTypes.h | ||
| CollapseT | double | DynamicMesh/InfoTypes.h | ||
| KeptEdges | FIndex2i | DynamicMesh/InfoTypes.h | ||
| KeptVertex | int | DynamicMesh/InfoTypes.h | ||
| OpposingVerts | FIndex2i | DynamicMesh/InfoTypes.h | ||
| RemovedEdges | FIndex2i | DynamicMesh/InfoTypes.h | ||
| RemovedTris | FIndex2i | DynamicMesh/InfoTypes.h | ||
| RemovedVertex | int | DynamicMesh/InfoTypes.h |