Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/FTwistMeshOp
Description
Copies over the original mesh into result mesh, and initializes ObjectToGizmo in preparation to whatever work the base class does. Note that the function will return if OriginalMesh was null but doesn't have a way to log the error, so the base class should check OriginalMesh itself as well.
Virtual Inheritance
- FDynamicMeshOperator::CalculateResult → FMeshSpaceDeformerOp::CalculateResult → FTwistMeshOp::CalculateResult
| Name | CalculateResult |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SpaceDeformerOps/TwistMeshOp.h |
| Include Path | #include "SpaceDeformerOps/TwistMeshOp.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/MeshSpaceDeformerOps/TwistMeshOp.cpp |
virtual void CalculateResult
(
FProgressCancel * Progress
)