DrawDebugCanvasWireSphere

Draws a sphere using circles.

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 DrawDebugCanvasWireSphere
(
    UCanvas * Canvas,
    const FVector & Base,
    FColor Color,
    float Radius,
    int32 NumSides
)

Remarks

Draws a sphere using circles.

Parameters

Parameter

Description

Canvas

The Canvas to draw on.

Base

Center of the sphere.

Color

Color of the sphere.

Radius

Radius of the sphere.

NumSides

Numbers of sides that the circle has.

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