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