Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UProceduralDiscToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include Path | #include "AddPrimitiveTool.h" |
Syntax
UCLASS (MinimalAPI)
class UProceduralDiscToolProperties : public UProceduralShapeToolProperties
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralDiscToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralDiscToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DiscType | EProceduralDiscType | Type of disc | AddPrimitiveTool.h |
|
| meta | Radius of the hole in the disc. This is only available for Punctured Discs. | AddPrimitiveTool.h |
|
|
| RadialSlices | int | Number of radial slices for the disc | AddPrimitiveTool.h |
|
| RadialSubdivisions | int | Number of radial subdivisions for each radial slice of the disc | AddPrimitiveTool.h |
|
| Radius | float | Radius of the disc | AddPrimitiveTool.h |
|