FToolDataVisualizer::DrawCircle

Draw a 3D circle at given position/normal with the given parameters.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolDataVisualizer.h

Include

#include "ToolDataVisualizer.h"

Syntax

template<typename PointType>
void DrawCircle
(
    const PointType & Position,
    const PointType & Normal,
    float Radius,
    int Steps,
    const FLinearColor & Color,
    float LineThicknessIn,
    bool bDepthTestedIn
)

Remarks

Draw a 3D circle at given position/normal with the given parameters. Tangent axes are defined internally

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