Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/FSmoothingOpBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmoothingOpBase
(
const FDynamicMesh3* Mesh, |
SmoothingOps/SmoothingOpBase.h | ||
FSmoothingOpBase
(
const FDynamicMesh3* Mesh, |
Support for smoothing only selected geometry. | SmoothingOps/SmoothingOpBase.h |
FSmoothingOpBase(const FDynamicMesh3 *, const FOptions &)
| Name | FSmoothingOpBase |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/SmoothingOpBase.h |
| Include Path | #include "SmoothingOps/SmoothingOpBase.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/SmoothingOps/SmoothingOpBase.cpp |
FSmoothingOpBase
(
const FDynamicMesh3 * Mesh,
const FOptions & OptionsIn
)
FSmoothingOpBase(const FDynamicMesh3 *, const FOptions &, const FDynamicSubmesh3 &)
Description
Support for smoothing only selected geometry.
| Name | FSmoothingOpBase |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/SmoothingOps/SmoothingOpBase.h |
| Include Path | #include "SmoothingOps/SmoothingOpBase.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/SmoothingOps/SmoothingOpBase.cpp |
FSmoothingOpBase
(
const FDynamicMesh3 * Mesh,
const FOptions & OptionsIn,
const FDynamicSubmesh3 & Submesh
)