Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/SpaceDeformerOps > API/Plugins/ModelingOperators/SpaceDeformerOps/FFlareMeshOp
- FDynamicMeshOperator::CalculateResult()
- FMeshSpaceDeformerOp::CalculateResult()
- FFlareMeshOp::CalculateResult()
References
Module | ModelingOperators |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SpaceDeformerOps/FlareMeshOp.h |
Include | #include "SpaceDeformerOps/FlareMeshOp.h" |
Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/MeshSpaceDeformerOps/FlareMeshOp.cpp |
virtual void CalculateResult
&40;
FProgressCancel &42; Progress
&41;
Remarks
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.