Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | EProceduralSphereType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include Path | #include "AddPrimitiveTool.h" |
Syntax
enum EProceduralSphereType
{
LatLong,
Box,
}
Values
| Name | Remarks |
|---|---|
| LatLong | Create a Sphere with Lat Long parameterization |
| Box | Create a Sphere with Box parameterization |