Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DrawWireSphereAutoSides
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawWireSphereAutoSides
(
class FPrimitiveDrawInterface * PDI,
const FVector & Base,
const FLinearColor & Color,
double Radius,
uint8 DepthPriority,
float Thickness,
float DepthBias,
bool bScreenSpace
)
Remarks
Draws a sphere using circles, automatically calculating a reasonable number of sides
Parameters
| Name | Description |
|---|---|
| PDI | Draw interface. |
| Base | Center of the sphere. |
| Color | Color of the sphere. |
| Radius | Radius of the sphere. |
| DepthPriority | Depth priority for the circle. |
| Thickness | Thickness of the lines comprising the sphere |