Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/ReplaceCharWithEscapedChar
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
FString ReplaceCharWithEscapedChar
&40;
const TArray< TCHAR > &42; Chars
&41; const
Remarks
Replaces certain characters with the "escaped" version of that character (i.e. replaces "\n" with "\n"). The characters supported are: { , , , ', ", \ }. a string with all control characters replaced by the escaped version.
Parameters
| Name | Description |
|---|---|
| Chars | by default, replaces all supported characters; this parameter allows you to limit the replacement to a subset. |