Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/FFindLobbies
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include | #include "Online/Lobbies.h" |
Syntax
struct Params
Remarks
Input struct for Lobbies::FindLobbies
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FFindLobbySearchFilter > | Filters | Filters to apply when searching for lobbies. | |
| TOptional< FLobbyId > | LobbyId | Find join info for the target lobby id. | |
| FAccountId | LocalAccountId | The local user agent which will perform the action. | |
| uint32 | MaxResults | Max results to return in one search. Actual count may be smaller based on implementation. | |
| TOptional< FAccountId > | TargetUser | Find lobbies containing the target user. |