Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
int32 ReplaceInline
&40;
const TCHAR &42; SearchText,
const TCHAR &42; ReplacementText,
ESearchCase::Type SearchCase
&41;
Remarks
Replace all occurrences of SearchText with ReplacementText in this string. the number of occurrences of SearchText that were replaced.
Parameters
| Name | Description |
|---|---|
| SearchText | the text that should be removed from this string |
| ReplacementText | the text to insert in its place |
| SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |