Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Struct for UILobbyJoinedRequested event
| Name | FUILobbyJoinRequested |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
Syntax
struct FUILobbyJoinRequested
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| JoinRequestedSource | EUILobbyJoinRequestedSource | Join request source | Online/Lobbies.h | |
| LocalAccountId | FAccountId | The local user associated with the join request. | Online/Lobbies.h | |
| Result | TResult< TSharedRef< const FLobby >, FOnlineError > | The lobby if the local user requested to join, or the online error if there was a failure | Online/Lobbies.h |