Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a copy of this string with all quote marks escaped (unless the quote is already escaped) | |||
| Returns a copy of this string with all quote marks escaped (unless the quote is already escaped) |
ReplaceQuotesWithEscapedQuotes()
Description
Returns a copy of this string with all quote marks escaped (unless the quote is already escaped)
| Name | ReplaceQuotesWithEscapedQuotes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
FString ReplaceQuotesWithEscapedQuotes() const
ReplaceQuotesWithEscapedQuotes()
Description
Returns a copy of this string with all quote marks escaped (unless the quote is already escaped)
| Name | ReplaceQuotesWithEscapedQuotes |
| 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 |
FString ReplaceQuotesWithEscapedQuotes()