Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ReplaceEscapedCharWithChar
(
const TArray< ElementType >* Chars |
Removes the escape backslash for all supported characters, replacing the escape and character with the non-escaped version. | ||
FString ReplaceEscapedCharWithChar
(
const TArray< ElementType >* Chars |
Removes the escape backslash for all supported characters, replacing the escape and character with the non-escaped version. |
ReplaceEscapedCharWithChar(const TArray< ElementType > *)
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 ReplaceCharWithEscapedChar().
| Name | ReplaceEscapedCharWithChar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
FString ReplaceEscapedCharWithChar
(
const TArray < ElementType > * Chars
) const
copy of this string with replacement made
ReplaceEscapedCharWithChar(const TArray< ElementType > *)
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 ReplaceCharWithEscapedChar().
| Name | ReplaceEscapedCharWithChar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
FString ReplaceEscapedCharWithChar
(
const TArray < ElementType > * Chars
)
copy of this string with replacement made