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