Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
Include |
#include "AddPrimitiveTool.h" |
UCLASS()
class UProceduralTorusToolProperties : public UProceduralShapeToolProperties
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 |