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" |
void ReplaceCharInline
&40;
const TCHAR SearchChar,
const TCHAR ReplacementChar,
ESearchCase::Type SearchCase
&41;
Remarks
Replace all occurrences of a character with another.
no dynamic allocation
Parameters
| Name | Description |
|---|---|
| SearchChar | Character to remove from this FString |
| ReplacementChar | Replacement character |
| SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |