Navigation
API > API/Plugins > API/Plugins/DynamicMesh
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshCurvature.h |
| Include | #include "MeshCurvature.h" |
Syntax
class FMeshVertexCurvatureCache
Remarks
FMeshVertexCurvatureCache calculates and stores various per-vertex Curvature types for a Mesh, as well as some statistics for those values.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVertexCurvature > | Curvatures | ||
| FSampleSetStatisticsd | GaussianStats | ||
| FSampleSetStatisticsd | MaxPrincipalStats | ||
| FSampleSetStatisticsd | MeanStats | ||
| FSampleSetStatisticsd | MinPrincipalStats |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildAll
(
const FDynamicMesh3& Mesh |
||
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FVertexCurvature & | operator[]
(
int32 Index |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FVertexCurvature |