AddField

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

AddField

(
    const FCbFieldView& Value
)

Public function

void

 

AddField

(
    const FCbField& Value
)

Public function

void

 

AddField

(
    FUtf8StringView Name,
    const FCbFieldView& Value
)

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

Public function

void

 

AddField

(
    FUtf8StringView Name,
    const FCbField& Value
)

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