Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AHUD
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 |
void Draw2DLine
&40;
int32 X1,
int32 Y1,
int32 X2,
int32 Y2,
FColor LineColor
&41;
Remarks
Draws a colored line between two points
Parameters
| Name | Description |
|---|---|
| X1 | start of line x |
| Y1 | start of line y |
| X2 | end of line x |
| Y3 | end of line y |
| LineColor |