ULineBatchComponent::DrawCircle

Draw a circle

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h

Include

#include "Components/LineBatchComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp

Syntax

void DrawCircle
(
    const FVector & Base,
    const FVector & X,
    const FVector & Y,
    FColor Color,
    float Radius,
    int32 NumSides,
    uint8 DepthPriority
)

Remarks

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