DrawLine

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawLine

(
    const PointType& A,
    const PointType& B
)

Drawing functionsDraw a line with default parameters

Public function

void

 

DrawLine

(
    const PointType& A,
    const PointType& B,
    const FLinearColor& Color
)

Draw a line with the given Color, otherwise use default parameters

Public function

void

 

DrawLine

(
    const PointType& A,
    const PointType& B,
    const FLinearColor& Color,
    float LineThicknessIn
)

Draw a line with the given Color and Thickness, otherwise use default parameters

Public function

void

 

DrawLine

(
    const PointType& A,
    const PointType& B,
    const FLinearColor& Color,
    float LineThicknessIn,
    bool bDepthTestedIn
)

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