FOptions

Windows
MacOS
Linux

References

Module

ModelingOperators

Header

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

Include

#include "SmoothingOps/SmoothingOpBase.h"

Syntax

struct FOptions

Variables

Name Description

Public variable

TSharedPtr< FMe...

 

BaseNormals

Mesh normals calculated for input mesh

Public variable

float

 

BoundarySmoothAlpha

Value in range [0,1] where 0 is no smoothing and 1 is full smoothing

Public variable

bool

 

bSmoothBoundary

If true smooth the boundary, otherwise keep it fixed

Public variable

bool

 

bUniform

If true use uniform weights, otherwise use something better

Public variable

bool

 

bUseImplicit

If true use implicit smoothing (where that is possible - depends on smoother?)

Public variable

bool

 

bUseWeightMap

Public variable

int32

 

Iterations

Number of iterations for iterative smoothing

Public variable

double

 

NormalOffset

Offset used by some smoothers

Public variable

float

 

SmoothAlpha

Value in range [0,1] where 0 is no smoothing and 1 is full smoothing

Public variable

float

 

SmoothPower

Unconstrained value in range [0,FMathf::MaxValue] with 0=NoSmoothing and MaxValue=FullySmoothed Used by weighted implicit smoothing where weight is somewhat arbitrary...

Public variable

double

 

WeightClamp

Use this value to clamp weights (eg for clamped mean value)

Public variable

TSharedPtr< FIn...

 

WeightMap

Public variable

float

 

WeightMapMinMultiplier

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