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::FEscape UE::String::Escape
(
FStringView Input
)
}
}
Remarks
Escape the string when appended to a string builder.
Example: Builder << String::Escape(Value);