Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugCanvasWireSphere
(
UCanvas * Canvas,
const FVector & Base,
FColor Color,
float Radius,
int32 NumSides
)
Remarks
Draws a sphere using circles.
Parameters
| Name | Description |
|---|---|
| Canvas | The Canvas to draw on. |
| Base | Center of the sphere. |
| Color | Color of the sphere. |
| Radius | Radius of the sphere. |
| NumSides | Numbers of sides that the circle has. |