FIterativeSmoothingOp

Windows
MacOS
Linux

Inheritance Hierarchy

FDynamicMeshOperator

FSmoothingOpBase

FIterativeSmoothingOp

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/IterativeSmoothingOp.h

Include

#include "SmoothingOps/IterativeSmoothingOp.h"

Syntax

class FIterativeSmoothingOp : public FSmoothingOpBase

Constructors

Name Description

Public function

FIterativeSmoothingOp

(
    const FDynamicMesh3* Mesh,
    float Speed,
    int32 Iterations
)

Destructors

Name Description

Public function

~FIterativeSmoothingOp()

Overridden from FDynamicMeshOperator

Name Description

Public function Virtual

void

 

CalculateResult

(
    FProgressCancel* Progress
)

Apply smoothing. results in an updated ResultMesh.

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