UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Escape.h File Reference

Go to the source code of this file.

Classes

struct  UE::String::Private::FEscape
 
struct  UE::String::Private::FQuoteEscape
 

Namespaces

namespace  UE
 
namespace  UE::String
 
namespace  UE::String::Private
 

Functions

void UE::String::EscapeTo (FStringView Input, FStringBuilderBase &Output)
 
Private::FEscape UE::String::Escape (FStringView Input)
 
void UE::String::QuoteEscapeTo (FStringView Input, FStringBuilderBase &Output)
 
Private::FQuoteEscape UE::String::QuoteEscape (FStringView Input)
 
FStringBuilderBaseUE::String::Private::operator<< (FStringBuilderBase &Builder, const FEscape &Adapter)
 
FStringBuilderBaseUE::String::Private::operator<< (FStringBuilderBase &Builder, const FQuoteEscape &Adapter)