Navigation
BlueprintAPI > BlueprintAPI/HUD
Draws a colored untextured quad on the HUD.
Target is HUD
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| linearcolor | Rect Color | Color of the rect. Can be translucent. |
| real | Screen X | Screen-space X coordinate of upper left corner of the quad. |
| real | Screen Y | Screen-space Y coordinate of upper left corner of the quad. |
| real | Screen W | Screen-space width of the quad (in pixels). |
| real | Screen H | Screen-space height of the quad (in pixels). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |