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 UProceduralCylinderToolProperties : public UProceduralShapeToolProperties
Name | Description | ||
---|---|---|---|
|
float |
Height |
Height of the cylinder |
|
int |
HeightSubdivisions |
Number of subdivisions along the height of the cylinder |
|
int |
RadialSlices |
Number of radial slices for the cylinder |
|
float |
Radius |
Radius of the cylinder |