GetStringHeightAndWidth

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

GetStringHeightAndWidth

(
    const FString& InString,
    int32& Height,
    int32& Width
)

Determines the height and width for the passed in string.

Public function Const

void

 

GetStringHeightAndWidth

(
    const TCHAR* Text,
    int32& Height,
    int32& Width
)

Determines the height and width for the passed in string.

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