FCbWriter::AddField

Copy the value (not the name) of an existing field. Holds a reference if owned.

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 AddField
(
    FUtf8StringView Name,
    const FCbField & Value
)

Remarks

Copy the value (not the name) of an existing field. Holds a reference if owned.