Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetStringLibrary
Warnings * This is a simple, SLOW routine. Use with caution
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h |
| Include | #include "Kismet/KismetStringLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp |
static bool MatchesWildcard
&40;
const FString & SourceString,
const FString & Wildcard,
ESearchCase::Type SearchCase
&41;
Remarks
Searches this string for a given wild card
This is a simple, SLOW routine. Use with caution true if this string matches the *?-type wildcard given.
Parameters
| Name | Description |
|---|---|
| Wildcard | *?-type wildcard |
| SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |