Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h |
Include |
#include "GameFramework/HUD.h" |
Source |
/Engine/Source/Runtime/Engine/Private/HUD.cpp |
void Draw2DLine
(
int32 X1,
int32 Y1,
int32 X2,
int32 Y2,
FColor LineColor
)
Draws a colored line between two points
Parameter |
Description |
---|---|
X1 |
start of line x |
Y1 |
start of line y |
X2 |
end of line x |
Y3 |
end of line y |
LineColor |