UWidgetBlueprintLibrary::DrawLine

Draws a line.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h

Include

#include "Blueprint/WidgetBlueprintLibrary.h"

Source

/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp

Syntax

static void DrawLine
(
    FPaintContext & Context,
    FVector2D PositionA,
    FVector2D PositionB,
    FLinearColor Tint,
    bool bAntiAlias,
    float Thickness
)

Remarks

Draws a line.

Parameters

Parameter

Description

PositionA

Starting position of the line in local space.

PositionB

Ending position of the line in local space.

Tint

Color to render the line.

bAntialias

Whether the line should be antialiased.

Thickness

How many pixels thick this line should be.

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