FCbWriter::AddObject

Copy the value (not the name) of an existing object. 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 AddObject
(
    FUtf8StringView Name,
    const FCbObject & Value
)

Remarks

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