Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralDiscToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS&40;&41;
class UProceduralDiscToolProperties : public UProceduralShapeToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EProceduralDiscType | DiscType | Type of disc | |
| meta | Radius of the hole in the disc. This is only available for Punctured Discs. | ||
| int | RadialSlices | Number of radial slices for the disc | |
| int | RadialSubdivisions | Number of radial subdivisions for each radial slice of the disc | |
| float | Radius | Radius of the disc |