StartsWith

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

StartsWith

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

Test whether this string starts with given string.

Public function Const

bool

 

StartsWith

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

Test whether this string starts 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