AHUD::GetTextSize

Returns the width and height of a string.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h

Include

#include "GameFramework/HUD.h"

Source

/Engine/Source/Runtime/Engine/Private/HUD.cpp

Syntax

void GetTextSize
(
    const FString & Text,
    float & OutWidth,
    float & OutHeight,
    UFont * Font,
    float Scale
) const

Remarks

Returns the width and height of a string.

Parameters

Parameter

Description

Text

String to draw

OutWidth

Returns the width in pixels of the string.

OutHeight

Returns the height in pixels of the string.

Font

Font to draw text. If NULL, default font is chosen.

Scale

Scale multiplier to control size of the text.

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