AHUD::Draw2DLine

Draws a colored line between two points

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h

Include

#include "GameFramework/HUD.h"

Source

/Engine/Source/Runtime/Engine/Private/HUD.cpp

Syntax

void Draw2DLine
(
    int32 X1,
    int32 Y1,
    int32 X2,
    int32 Y2,
    FColor LineColor
)

Remarks

Draws a colored line between two points

Parameters

Parameter

Description

X1

start of line x

Y1

start of line y

X2

end of line x

Y3

end of line y

LineColor

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