Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralConeToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS ()
class UProceduralConeToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Height | Height of the cone | |
| int | HeightSubdivisions | Number of subdivisions along the height of the cone | |
| int | RadialSlices | Number of radial slices for the cone | |
| float | Radius | Radius of the cone |