Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/String
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/String/Escape.h |
| Include | #include "String/Escape.h" |
namespace UE
{
namespace String
{
Private::FQuoteEscape UE&58;&58;String&58;&58;QuoteEscape
&40;
FStringView Input
&41;
}
}
Remarks
Quote and escape the string when appended to a string builder.
Example: Builder << String::QuoteEscape(Value);