Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FWildcardString > API/Runtime/Core/Misc/FWildcardString/IsMatch
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/WildcardString.h |
Include | #include "Misc/WildcardString.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp |
static bool IsMatch
&40;
const TCHAR &42; Pattern,
const TCHAR &42; Input
&41;
Remarks
Non-recursive wild card string matching algorithm.
Parameters
Name | Description |
---|---|
Pattern | The pattern to match. |
Input | The input string to check. |