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