Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FWildcardString > API/Runtime/Core/Misc/FWildcardString/ContainsWildcards
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 ContainsWildcards
(
const TCHAR * Pattern
)
Remarks
Checks whether the specified pattern contains wild card characters. true if the string contains wild cards, false otherwise.
Parameters
Name | Description |
---|---|
Pattern | The string to check. |