Navigation
API > API/Plugins > API/Plugins/Lobby
| Name | ELobbyBeaconJoinState |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconClient.h |
| Include Path | #include "LobbyBeaconClient.h" |
Syntax
enum ELobbyBeaconJoinState
{
None,
SentJoinRequest,
JoinRequestAcknowledged,
}
Values
| Name | Remarks |
|---|---|
| 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 |