AHUD::Draw3DLine

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 Draw3DLine
(
    FVector Start,
    FVector End,
    FColor LineColor
)

Remarks

Draws a colored line between two points

Parameters

Parameter

Description

Start

start of line

End

end if line

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