DrawDisc

Draws a circle using triangles.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Source

/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp

Syntax

void DrawDisc
(
    class FPrimitiveDrawInterface * PDI,
    const FVector & Base,
    const FVector & XAxis,
    const FVector & YAxis,
    FColor Color,
    float Radius,
    int32 NumSides,
    const FMaterialRenderProxy * MaterialRenderProxy,
    uint8 DepthPriority
)

Remarks

Draws a circle using triangles.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss