Navigation
Unreal Engine C++ API Reference > Plugins > Lobby
References
Module | Lobby |
Header | /Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconClient.h |
Include | #include "LobbyBeaconClient.h" |
Syntax
enum ELobbyBeaconJoinState
&123;
None,
SentJoinRequest,
JoinRequestAcknowledged,
&125;
Values
Name | Description |
---|---|
None | Unknown, beacon may be connected but no intent to actually join the server |
SentJoinRequest | Join request has been sent, waiting for a response |
JoinRequestAcknowledged | Join request has been acknowledged |