Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/SpaceDeformerOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FMeshSpaceDeformerOp
- FTwistMeshOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SpaceDeformerOps/TwistMeshOp.h |
| Include | #include "SpaceDeformerOps/TwistMeshOp.h" |
Syntax
class FTwistMeshOp : public UE::Geometry::FMeshSpaceDeformerOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLockBottom | ||
| double | TwistDegrees |
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. |