Navigation
Unreal Engine C++ API Reference > 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
&40;
const TCHAR &42; Pattern
&41;
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. |