Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Inheritance Hierarchy
- FGroupTopology
- FTriangleGroupTopology
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include | #include "GroupTopology.h" |
Syntax
class FTriangleGroupTopology : public UE::Geometry::FGroupTopology
Remarks
FTriangleGroupTopology is a simplification of FGroupTopology that just represents a normal mesh. This allows algorithms to be written against FGroupTopology that will also work per-triangle. (However, there is enormous overhead to doing it this way!)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTriangleGroupTopology
(
const FDynamicMesh3* Mesh, |
Overridden from FGroupTopology
| Type | Name | Description | |
|---|---|---|---|
| int | GetGroupID
(
int TriangleID |
Adjacency of Per-Triangle integers are what define the triangle groups. | |
| bool | Build the group topology graph. |