Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UIterativeSmoothProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SmoothMeshTool.h |
| Include | #include "SmoothMeshTool.h" |
Syntax
UCLASS&40;&41;
class UIterativeSmoothProperties : public UInteractiveToolPropertySet
Remarks
Properties for Iterative Smoothing
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSmoothBoundary | If this is false, the smoother will try to reshape the triangles to be more regular, which will distort UVs | |
| float | SmoothingPerStep | Amount of smoothing allowed per step. | |
| int32 | Steps | Number of Smoothing iterations |