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 FGroup
Remarks
FGroup is a set of connected triangles with the same GroupID
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGroupBoundary > | Boundaries | List of boundaries of this group (may be empty, eg on a closed component with only one group) | |
| int | GroupID | GroupID for this group | |
| TArray< int > | NeighbourGroupIDs | List of groups that are adjacent to this group | |
| TArray< int > | Triangles | List of triangles forming this group |