Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
Include |
#include "AddPrimitiveTool.h" |
UCLASS()
class UProceduralBoxToolProperties : public UProceduralShapeToolProperties
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 |