Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Deformations
Applies a number of iterations of mesh smoothing to a Dynamic Mesh.
Target is Geometry Script Library Mesh Deform Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| struct | Selection | if non-empty, only the vertices identified by the selection will be subject to smoothing, otherwise the Options' EmptyBehavior will be followed. |
| struct | Options |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Target Mesh |