Find

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

Find

(
    const TCHAR* SubStr,
    ESearchCase::Type SearchCase,
    ESearchDir::Type SearchDir,
    int32 StartPosition
)

Searches the string for a substring, and returns index into this string of the first found instance.

Public function Const

int32

 

Find

(
    const FString& SubStr,
    ESearchCase::Type SearchCase,
    ESearchDir::Type SearchDir,
    int32 StartPosition
)

Searches the string for a substring, and returns index into this string of the first found instance.

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