Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FCotanSmoothingOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/CotanSmoothingOp.h |
| Include Path | #include "SmoothingOps/CotanSmoothingOp.h" |
Syntax
class FCotanSmoothingOp : public UE::Geometry::FSmoothingOpBase
Inheritance Hierarchy
- FDynamicMeshOperator → FSmoothingOpBase → FCotanSmoothingOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCotanSmoothingOp
(
const FDynamicMesh3* Mesh, |
SmoothingOps/CotanSmoothingOp.h | ||
FCotanSmoothingOp
(
const FDynamicMesh3* Mesh, |
Support for smoothing only selected geometry. | SmoothingOps/CotanSmoothingOp.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCotanSmoothingOp() |
SmoothingOps/CotanSmoothingOp.h |
Functions
Public
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
Base class overrides this. Results in updated ResultMesh. | SmoothingOps/CotanSmoothingOp.h |