Navigation
BlueprintAPI > BlueprintAPI/Painting
Draws text.
Target is Widget Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Context | |
| text | Text | The string to draw. |
| vector2d struct | Position | The starting position where the text is drawn in local space. |
| object | Font | |
| real | Font Size | |
| name | Font Type Face | |
| linearcolor | Tint | Color to render the line. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |