DrawText

Overload list

Windows
MacOS
Linux
Name Description

Public function

float

 

DrawText

(
    const UFont* InFont,
    const FString& InText,
    float X,
    float Y,
    float XScale,
    float YScale,
    const FFontRenderInfo& RenderInfo
)

Draws a string of text to the screen.

Public function

float

 

DrawText

(
    const UFont* InFont,
    const FText& InText,
    float X,
    float Y,
    float XScale,
    float YScale,
    const FFontRenderInfo& RenderInfo
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss