Navigation
API > API/Plugins > API/Plugins/DynamicMesh
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/FaceGroupUtil.h |
| Include | #include "FaceGroupUtil.h" |
Syntax
class FGroupVisualizationCache
Remarks
FGroupVisualizationCache is intended to be used as a cache for per-group information that would be used to visualize PolyGroups, in particular drawing the Polygroup ID for each group.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bStorePerGroupTriangleIDs | If enabled, each FGroupInfo keeps track of the TriangleIDs that belong to it. Can have significant memory overhead. | |
| TArray< FGroupInfo > | GroupInfo | Computed Per-Group Info, for each group found during the Update functions below |
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | begin () |
DO NOT USE DIRECTLY STL-like iterators to enable ranged-based for loop support | |
| auto | begin () |
||
| auto | end () |
||
| auto | end () |
||
| void | UpdateGroupInfo_ConnectedComponents
(
const FDynamicMesh3& SourceMesh, |
Update the GroupInfo array by finding group-connected components. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGroupInfo |