Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DrawCircle
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawCircle
(
class FPrimitiveDrawInterface * PDI,
const FVector & Base,
const FVector & X,
const FVector & Y,
const FLinearColor & Color,
double Radius,
int32 NumSides,
uint8 DepthPriority,
float Thickness,
float DepthBias,
bool bScreenSpace
)
Remarks
Draws a circle using lines.
Parameters
| Name | Description |
|---|---|
| PDI | Draw interface. |
| Base | Center of the circle. |
| X | X alignment axis to draw along. |
| Y | Y alignment axis to draw along. |
| Z | Z alignment axis to draw along. |
| Color | Color of the circle. |
| Radius | Radius of the circle. |
| NumSides | Numbers of sides that the circle has. |
| DepthPriority | Depth priority for the circle. |
| Thickness | Thickness of the lines comprising the circle |