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 |
void ReplaceCharWithEscapedCharInline
&40;
const TArray< TCHAR > &42; Chars
&41;
Remarks
Replaces certain characters with the "escaped" version of that character (i.e. replaces "\n" with "\n"). The characters supported are: { , , , ', ", \ }.
Parameters
| Name | Description |
|---|---|
| Chars | by default, replaces all supported characters; this parameter allows you to limit the replacement to a subset. |