EndsWith

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

EndsWith

(
    const TCHAR* InSuffix,
    ESearchCase::Type SearchCase
)

Test whether this string ends with given string.

Public function Const

bool

 

EndsWith

(
    const FString& InSuffix,
    ESearchCase::Type SearchCase
)

Test whether this string ends with given 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