DrawCircle

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawCircle

(
    const UWorld* InWorld,
    const FVector& Base,
    const FVector& X,
    const FVector& Y,
    const FColor& Color,
    float Radius,
    int32 NumSides,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority,
    float Thickness
)

Draw a circle using user define axis and radius

Public function

void

 

DrawCircle

(
    FPrimitiveDrawInterface* PDI,
    const FVector& Base,
    const FVector& X,
    const FVector& Y,
    const FLinearColor& Color,
    float Radius,
    int32 NumSides,
    uint8 DepthPriority,
    float Thickness,
    float DepthBias,
    bool bScreenSpace
)

Draws a circle using lines.

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