Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralRectangleToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS&40;&41;
class UProceduralRectangleToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMaintainDimension | Whether to preserve the overall Width and Depth for a Rounded Rectangle, or to allow the rounded corners to extend outside those dimensions. | |
| float | Depth | Depth of the rectangle | |
| int | DepthSubdivisions | Number of subdivisions along the depth | |
| meta | Radius of rounded corners. | ||
| EProceduralRectType | RectangleType | Type of rectangle | |
| float | Width | Width of the rectangle | |
| int | WidthSubdivisions | Number of subdivisions along the width |