FindFirstWholeCharacterIndexAfterOffset

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

FindFirstWholeCharacterIndexAfterOffset

(
    const FString& Text,
    const FSlateFontInfo& InFontInfo,
    const int32 HorizontalOffset,
    float FontScale
)

Finds the first whole character index after the specified position in pixels along the string horizontally

Public function Const

int32

 

FindFirstWholeCharacterIndexAfterOffset

(
    const FText& Text,
    const FSlateFontInfo& InFontInfo,
    const int32 HorizontalOffset,
    float FontScale
)

Finds the first whole character index after the specified position in pixels along the string horizontally

Public function Const

int32

 

FindFirstWholeCharacterIndexAfterOffset

(
    const FString& Text,
    int32 StartIndex,
    int32 EndIndex,
    const FSlateFontInfo& InFontInfo,
    const int32 HorizontalOffset,
    bool IncludeKerningWithPrecedingCha...,
    float FontScale
)

Finds the first whole character index after the specified position in pixels along the string horizontally

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