UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
List of all members
UE::Serialization::Private::TCbJsonWriterConstants< UTF8CHAR > Struct Reference
Inheritance diagram for UE::Serialization::Private::TCbJsonWriterConstants< UTF8CHAR >:
Additional Inherited Members
Static Public Attributes inherited from
UE::Serialization::Private::TCbJsonWriterConstants< ANSICHAR >
static
const
FAnsiStringView
LineTerminator
=
LINE_TERMINATOR_ANSI
static
const
FAnsiStringView
Space
=
ANSITEXTVIEW
(" ")
static
const
FAnsiStringView
Tab
=
ANSITEXTVIEW
("\t")
static
const
FAnsiStringView
Null
=
ANSITEXTVIEW
("null")
static
const
FAnsiStringView
True
=
ANSITEXTVIEW
("true")
static
const
FAnsiStringView
False
=
ANSITEXTVIEW
("false")
static
const
FAnsiStringView
EscapeBackslash
=
ANSITEXTVIEW
("\\\\")
static
const
FAnsiStringView
EscapeDoubleQuote
=
ANSITEXTVIEW
("\\\"")
static
const
FAnsiStringView
EscapeBell
=
ANSITEXTVIEW
("\\b")
static
const
FAnsiStringView
EscapeFormFeed
=
ANSITEXTVIEW
("\\f")
static
const
FAnsiStringView
EscapeLineFeed
=
ANSITEXTVIEW
("\\n")
static
const
FAnsiStringView
EscapeCarriageReturn
=
ANSITEXTVIEW
("\\r")
static
const
FAnsiStringView
EscapeTab
=
ANSITEXTVIEW
("\\t")
static
const
FAnsiStringView
FieldId
=
ANSITEXTVIEW
("\"Id\":")
static
const
FAnsiStringView
FieldName
=
ANSITEXTVIEW
("\"Name\":")
static
const
FAnsiStringView
FieldData
=
ANSITEXTVIEW
("\"Data\":")
static
decltype
(
auto
)
FormatEscapeUnicode4
= "\\u%04
x"
static
decltype
(
auto
)
FormatFloat32
= "%.9g"
static
decltype
(
auto
)
FormatFloat64
= "%.17g"
The documentation for this struct was generated from the following file:
Engine/Source/Runtime/Core/Private/Serialization/
CompactBinarySerialization.cpp
UE
Serialization
Private
TCbJsonWriterConstants< UTF8CHAR >
Generated by
1.9.8