Params

Input struct for Lobbies::FindLobby

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineServicesInterface

Header

/Engine/Plugins/Online/Experimental/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h

Include

#include "Online/Lobbies.h"

Syntax

struct Params

Remarks

Input struct for Lobbies::FindLobby

Variables

Name Description

Public variable

TArray< FFindLo...

 

Filters

Filters to apply when searching for lobbies.

Public variable

TOptional< FOnl...

 

LobbyId

Find join info for the target lobby id.

Public variable

FOnlineAccountI...

 

LocalUserId

The local user agent which will perform the action.

Public variable

uint32

 

MaxResults

Max results to return in one search. Actual count may be smaller based on implementation.

Public variable

TOptional< FOnl...

 

TargetUser

Find lobbies containing the target user.