Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralTorusToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS&40;&41;
class UProceduralTorusToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MajorRadius | Major radius of the torus, measured from the torus center to the center of the torus tube | |
| int | MajorSlices | Number of radial slices along the torus tube | |
| float | MinorRadius | Minor radius of the torus, measured from the center ot the torus tube to the tube surface | |
| int | MinorSlices | Number of radial slices around the torus tube |