DrawCircle

Draw a circle using user define axis and radius

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h

Include

#include "DrawDebugHelpers.h"

Source

/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp

Syntax

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
)

Remarks

Draw a circle using user define axis and radius

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