Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FSmoothDynamicMeshAttributes
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SmoothDynamicMeshAttributes.h |
| Include | #include "Operations/SmoothDynamicMeshAttributes.h" |
Syntax
enum ESplitVertexModel
{
SetAllToSmoothed,
BlendWithSmoothed,
}
Values
| Name | Description |
|---|---|
| SetAllToSmoothed | Each element will be assigned the same value. |
| BlendWithSmoothed | Each element will be blended with he smoothed value. |
Remarks
How to deal with the split vertices.