Navigation
API > API/Runtime > API/Runtime/GeometryCore
Information about the mesh elements modified by a call to FlipEdge()
| Name | FEdgeFlipInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/InfoTypes.h |
| Include Path | #include "DynamicMesh/InfoTypes.h" |
Syntax
struct FEdgeFlipInfo
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EdgeID | int | DynamicMesh/InfoTypes.h | ||
| OpposingVerts | FIndex2i | DynamicMesh/InfoTypes.h | ||
| OriginalVerts | FIndex2i | DynamicMesh/InfoTypes.h | ||
| Triangles | FIndex2i | DynamicMesh/InfoTypes.h |