FBendMeshOp::CalculateResult

Calculate the result of the operator. This will populate the internal Mesh and Transform.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/SpaceDeformerOps/BendMeshOp.h

Include

#include "SpaceDeformerOps/BendMeshOp.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Private/MeshSpaceDeformerOps/BendMeshOp.cpp

Syntax

virtual void CalculateResult
(
    FProgressCancel * Progress
)

Remarks

Calculate the result of the operator. This will populate the internal Mesh and Transform.

Parameters

Parameter

Description

Progress

implementors can use this object to report progress and determine if they should halt and terminate expensive computations

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss