Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Description
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().
| Name | ReplaceEscapedCharWithCharInline |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
void ReplaceEscapedCharWithCharInline
(
const TArray < ElementType > * Chars
)