Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawDisc
(
class FPrimitiveDrawInterface * PDI,
const FVector & Base,
const FVector & XAxis,
const FVector & YAxis,
FColor Color,
double Radius,
int32 NumSides,
const FMaterialRenderProxy * MaterialRenderProxy,
uint8 DepthPriority
)
Remarks
Draws a circle using triangles.
Parameters
| Name | Description |
|---|---|
| PDI | Draw interface. |
| Base | Center of the circle. |
| XAxis | X alignment axis to draw along. |
| YAxis | Y alignment axis to draw along. |
| Color | Color of the circle. |
| Radius | Radius of the circle. |
| NumSides | Numbers of sides that the circle has. |
| MaterialRenderProxy | Material to use for render |
| DepthPriority | Depth priority for the circle. |