Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/SmoothingOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FSmoothingOpBase
- FCotanSmoothingOp
- FIterativeSmoothingOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/SmoothingOpBase.h |
| Include | #include "SmoothingOps/SmoothingOpBase.h" |
Syntax
class FSmoothingOpBase : public UE::Geometry::FDynamicMeshOperator
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmoothingOpBase
(
const FDynamicMesh3* Mesh, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetTransform
(
const FTransformSRT3d& XForm |
Set ability on protected transform. | |
| void | Copy the PositionBuffer locations back to the ResultMesh and recompute normal if it exists. |
Overridden from FDynamicMeshOperator
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateResult
(
FProgressCancel* Progress |
Base class overrides this. Results in updated ResultMesh. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOptions |