Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/SmoothingOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FSmoothingOpBase
- FCotanSmoothingOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/CotanSmoothingOp.h |
| Include | #include "SmoothingOps/CotanSmoothingOp.h" |
Syntax
class FCotanSmoothingOp : public UE::Geometry::FSmoothingOpBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCotanSmoothingOp
(
const FDynamicMesh3* Mesh, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FDynamicMeshOperator
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateResult
(
FProgressCancel* Progress |
Base class overrides this. Results in updated ResultMesh. |