Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/DeformationOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FSimpleMeshProcessingBaseOp
- FMeshOffsetBaseOp
- FIterativeOffsetMeshOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/MeshOffsetOps.h |
| Include | #include "DeformationOps/MeshOffsetOps.h" |
Syntax
class FIterativeOffsetMeshOp : public UE::Geometry::FMeshOffsetBaseOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | BoundaryAlpha | ||
| bool | bReprojectSmooth | ||
| double | SmoothAlpha | ||
| int32 | Steps |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIterativeOffsetMeshOp
(
const FDynamicMesh3* Mesh |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Offset
(
FProgressCancel* Progress |
||
| void | Offset_Smoothed
(
FProgressCancel* Progress |
Overridden from FMeshOffsetBaseOp
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateOffset
(
FProgressCancel* Progress |
Subclasses must implement this function, it should update ResultMesh |