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