Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UImplicitSmoothProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SmoothMeshTool.h |
| Include | #include "SmoothMeshTool.h" |
Syntax
UCLASS&40;&41;
class UImplicitSmoothProperties : public UInteractiveToolPropertySet
Remarks
Properties for Implicit smoothing
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPreserveUVs | If this is false, the smoother will try to reshape the triangles to be more regular, which will distort UVs | |
| float | Smoothness | Desired Smoothness. This is not a linear quantity, but larger numbers produce smoother results | |
| float | SmoothSpeed | Smoothing speed | |
| float | VolumeCorrection | Magic number that allows you to try to correct for shrinking caused by smoothing |