Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UProceduralSphereToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include Path | #include "AddPrimitiveTool.h" |
Syntax
UCLASS (MinimalAPI)
class UProceduralSphereToolProperties : public UProceduralShapeToolProperties
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralSphereToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UProceduralShapeToolProperties → UProceduralSphereToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditCondition | Number of subdivisions for each side of the sphere. | AddPrimitiveTool.h |
|
|
| Radius | float | Radius of the sphere | AddPrimitiveTool.h |
|
| SubdivisionType | EProceduralSphereType | Type of subdivision for the sphere | AddPrimitiveTool.h |
|