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" |
bool IsMatch
&40;
const FString & Input
&41; const
Remarks
Matches the given input string to this wild card pattern. true if the input string matches this pattern, false otherwise.
Parameters
Name | Description |
---|---|
Input | The string to match. |