Navigation
API > API/Runtime > API/Runtime/Core
Description
Quote and escape the string when appended to a string builder.
Example: Builder << String::QuoteEscape(Value);
| Name | UE::String::QuoteEscape |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/String/Escape.h |
| Include Path | #include "String/Escape.h" |
namespace UE
{
namespace String
{
Private::FQuoteEscape UE::String::QuoteEscape
(
FStringView Input
)
}
}