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 ReplaceEscapedCharWithCharInline
&40;
const TArray< TCHAR > &42; Chars
&41;
Remarks
Removes the escape backslash for all supported characters, replacing the escape and character with the non-escaped version. (i.e. replaces "\n" with "\n". Counterpart to ReplaceCharWithEscapedCharInline().