Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralBoxToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS&40;&41;
class UProceduralBoxToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Depth | Depth of the box | |
| int | DepthSubdivisions | Number of subdivisions along the depth | |
| float | Height | Height of the box | |
| int | HeightSubdivisions | Number of subdivisions along the height | |
| float | Width | Width of the box | |
| int | WidthSubdivisions | Number of subdivisions along the width |