EBeaconConnectionState

State of a connection.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconClient.h

Include

#include "OnlineBeaconClient.h"

Syntax

enum EBeaconConnectionState
{
    Invalid    = 0,
    Closed     = 1,
    Pending    = 2,
    Open       = 3,
}

Values

Name

Description

Invalid

Closed

Pending

Open

Remarks

State of a connection.

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