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