Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralCapsuleToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS ()
class UProceduralCapsuleToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CylinderLength | Length of cylindrical section of the capsule | |
| int | CylinderSlices | Number of radial slices of the cylindrical section. | |
| int | CylinderSubdivisions | Number of lengthwise subdivisions along cylindrical section | |
| int | HemisphereSlices | Number of slices of the hemispherical end caps. | |
| float | Radius | Radius of the capsule |