Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UWidgetBlueprintLibrary
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h |
| Include | #include "Blueprint/WidgetBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp |
static void DrawTextFormatted
&40;
FPaintContext & Context,
const FText & Text,
FVector2D Position,
UFont &42; Font,
float FontSize,
FName FontTypeFace,
FLinearColor Tint
&41;
Remarks
Draws text.
Parameters
| Name | Description |
|---|---|
| Text | The string to draw. |
| Position | The starting position where the text is drawn in local space. |
| Tint | Color to render the line. |