Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetStringLibrary
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 FString Replace
&40;
const FString & SourceString,
const FString & From,
const FString & To,
ESearchCase::Type SearchCase
&41;
Remarks
Replace all occurrences of a substring in this string a copy of this string with the replacement made
Parameters
| Name | Description |
|---|---|
| From | substring to replace |
| To | substring to replace From with |
| SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |