Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPolygroupLayer | FPolygroupLayer represents a polygroup set on a FDynamicMesh3, which supports a "default" group set stored on the mesh, and then N extended group layers stored in the mesh AttributeSet. | ||
| FPolygroupSet | Polygroup sets can be stored in multiple places. | ||
| FPolygroupsGenerator | FPolygroupsGenerator generates (face/tri/poly)groups for an input mesh based on the geometry and attributes of the input mesh. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | UE::Geometry::ComputeGroupIDBound
(
const FDynamicMesh3& Mesh, |
||
| FDynamicMeshPolygroupAttribute * | UE::Geometry::FindPolygroupLayerByName
(
FDynamicMesh3& Mesh, |
Find the first FDynamicMeshPolygroupAttribute with the given FName in a the AttributeSet of a Mesh. | |
| const FDynamicMeshPolygroupAttribute * | UE::Geometry::FindPolygroupLayerByName
(
const FDynamicMesh3& Mesh, |
Find the first FDynamicMeshPolygroupAttribute with the given FName in a the AttributeSet of a Mesh. | |
| int32 | UE::Geometry::FindPolygroupLayerIndex
(
const FDynamicMesh3& Mesh, |
||
| int32 | UE::Geometry::FindPolygroupLayerIndexByName
(
const FDynamicMesh3& Mesh, |
||
| FString | UE::Geometry::MakeUniqueGroupLayerName
(
const FDynamicMesh3& Mesh, |