EOnlineDataAdvertisementType::Type

The types of advertisement of settings to use

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EOnlineDataAdvertisementType
{
    enum Type
    {
        DontAdvertise,
        ViaPingOnly,
        ViaOnlineService,
        ViaOnlineServiceAndPing,
    }
}

Values

Name

Description

DontAdvertise

Don't advertise via the online service or QoS data

ViaPingOnly

Advertise via the server ping data only

ViaOnlineService

Advertise via the online service only

ViaOnlineServiceAndPing

Advertise via the online service and via the ping data

Remarks

The types of advertisement of settings to use

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss