Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSpaceDeformerTool.h |
| Include | #include "MeshSpaceDeformerTool.h" |
Syntax
enum ENonlinearOperationType
&123;
Bend,
Flare,
Twist,
&125;
Values
| Name | Description |
|---|---|
| Bend | Will bend the mesh in the direction of the gizmo Y axis along the Z axis. |
| Flare | Depening on 'Flare Percent", will either flare or squish the mesh along the Gizmo Z axis, from lower bound to upper bound. |
| Twist | Twists the mesh along the gizmo Z axis, from lower bound to upper bound. |
Remarks
ENonlinearOperation determines which type of nonlinear deformation will be applied