IsMatch

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

IsMatch

(
    const TCHAR* Input
)

Matches the given input string to this wild card pattern.

Public function Const

bool

 

IsMatch

(
    const FString& Input
)

Matches the given input string to this wild card pattern.

Public function Static

bool

 

IsMatch

(
    const TCHAR* Pattern,
    const TCHAR* Input
)

Non-recursive wild card string matching algorithm.

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