Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UProceduralTorusToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include Path | #include "AddPrimitiveTool.h" |
Syntax
UCLASS (MinimalAPI)
class UProceduralTorusToolProperties : public UProceduralShapeToolProperties
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralTorusToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralTorusToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MajorRadius | float | Major radius of the torus, measured from the torus center to the center of the torus tube | AddPrimitiveTool.h |
|
| MajorSlices | int | Number of radial slices along the torus tube | AddPrimitiveTool.h |
|
| MinorRadius | float | Minor radius of the torus, measured from the center ot the torus tube to the tube surface | AddPrimitiveTool.h |
|
| MinorSlices | int | Number of radial slices around the torus tube | AddPrimitiveTool.h |
|