Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/AverageOverlayToVertices.h |
| Include | #include "Operations/AverageOverlayToVertices.h" |
Syntax
class FAverageOverlayToVertices
Remarks
Compute the per-vertex values which are the weighted average of all vertex element values stored in the overlay.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseParallel | Optional Inputs Enable/disable multi-threading. | |
| const FDynamicMesh3 * | Mesh | ||
| TArray< int32 > | Selection | Array of vertex IDs whose vertices will be affected. | |
| ETriangleWeight | TriangleWeight |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAverageOverlayToVertices
(
const FDynamicMesh3& InMesh |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AverageOverlay
(
const TDynamicMeshOverlay< RealType, ElementSize >* Overlay, |
Compute the per-vertex values which are the weighted average of all vertex element values stored in the overlay. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ETriangleWeight | The type of weight used for each element. |