Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UIterativeOffsetProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/OffsetMeshTool.h |
| Include | #include "OffsetMeshTool.h" |
Syntax
UCLASS&40;&41;
class UIterativeOffsetProperties : public UInteractiveToolPropertySet
Remarks
Properties for Iterative Offsetting
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOffsetBoundaries | Control whether the boundary is allowed to move | |
| bool | bReprojectSmooth | Reproject smooth vertices onto non-smoothed Offset Surface at each step (expensive but better-preserves uniform distance) | |
| float | SmoothingPerStep | Amount of smoothing applied per Offset step | |
| int32 | Steps | Number of Offsetting iterations |