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
(
const TCHAR * Pattern,
const TCHAR * Input
)
Remarks
Non-recursive wild card string matching algorithm.
Parameters
| Name | Description |
|---|---|
| Pattern | The pattern to match. |
| Input | The input string to check. |