Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbWriter
| Type | Name | Description | |
|---|---|---|---|
| void | AddString
(
FUtf8StringView Value |
||
| void | AddString
(
FWideStringView Value |
||
| void | AddString
(
FUtf8StringView Name, |
Write a string field by copying the UTF-8 value. | |
| void | AddString
(
FUtf8StringView Name, |
Write a string field by converting the UTF-16 value to UTF-8. |