FToolDataVisualizer::DrawLine

Draw a line 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 DrawLine
(
    const PointType & A,
    const PointType & B,
    const FLinearColor & Color,
    float LineThicknessIn,
    bool bDepthTestedIn
)

Remarks

Draw a line with the given parameters

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