FCbWriter::AddString

Write a string field by converting the UTF-16 value to UTF-8.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryWriter.h

Include

#include "Serialization/CompactBinaryWriter.h"

Syntax

void AddString
(
    FUtf8StringView Name,
    FWideStringView Value
)

Remarks

Write a string field by converting the UTF-16 value to UTF-8.