BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/String
Replace all occurrences of a substring in this string
Target is Kismet String Library
Inputs
Type | Name | Description |
---|---|---|
string | Source String | |
string | From | substring to replace |
string | To | substring to replace From with |
enum | Search Case | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | a copy of this string with the replacement made |