Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/SpaceDeformerOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FMeshSpaceDeformerOp
- FBendMeshOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SpaceDeformerOps/BendMeshOp.h |
| Include | #include "SpaceDeformerOps/BendMeshOp.h" |
Syntax
class FBendMeshOp : public UE::Geometry::FMeshSpaceDeformerOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | BendDegrees | ||
| bool | bLockBottom |
Overridden from FDynamicMeshOperator
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateResult
(
FProgressCancel* Progress |
Copies over the original mesh into result mesh, and initializes ObjectToGizmo in preparation to whatever work the base class does. |