Navigation
BlueprintAPI > BlueprintAPI/HUD
Draws a 2D line on the HUD.
Target is HUD
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| real | Start Screen X | Screen-space X coordinate of start of the line. |
| real | Start Screen Y | Screen-space Y coordinate of start of the line. |
| real | End Screen X | Screen-space X coordinate of end of the line. |
| real | End Screen Y | Screen-space Y coordinate of end of the line. |
| linearcolor | Line Color | Color to draw line |
| real | Line Thickness | Thickness of the line to draw |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |