AddObject

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

AddObject

(
    const FCbObjectView& Value
)

Public function

void

 

AddObject

(
    const FCbObject& Value
)

Public function

void

 

AddObject

(
    FUtf8StringView Name,
    const FCbObjectView& Value
)

Copy the value (not the name) of an existing object.

Public function

void

 

AddObject

(
    FUtf8StringView Name,
    const FCbObject& Value
)

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