DrawDebugCircle

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawDebugCircle

(
    const UWorld* InWorld,
    const FMatrix& TransformMatrix,
    float Radius,
    int32 Segments,
    const FColor& Color,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority,
    float Thickness,
    bool bDrawAxis
)

Draw Debug Circle

Public function

void

 

DrawDebugCircle

(
    const UWorld* InWorld,
    FVector Center,
    float Radius,
    int32 Segments,
    const FColor& Color,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority,
    float Thickness,
    FVector YAxis,
    FVector ZAxis,
    bool bDrawAxis
)

Draw Debug 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