Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
FCorner is a "corner" in the group topology, IE a vertex where 3+ groups meet.
| Name | FCorner |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include Path | #include "GroupTopology.h" |
Syntax
struct FCorner
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NeighbourGroupIDs | TArray< int > | List of IDs of groups connected to this Corner | GroupTopology.h | |
| VertexID | int | Mesh Vertex ID | GroupTopology.h |