BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/String
Returns whether this string contains the specified substring.
Target is Kismet String Library
Inputs
Type | Name | Description |
---|---|---|
string | Search In | |
string | Substring | |
boolean | Use Case | |
boolean | Search from End |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Returns whether the string contains the substring |