Advanced Sessions Plugin

[quote=“Shivan_Hunter, post:1599, topic:30020”]

Is there a way to get sessions that you wouldn’t be able to join (full sessions, or sessions with Allow Join In Progress unchecked) in Find Sessions? I want them to be visible in the server list anyway since I can do my own filtering. Right now they just stop showing up at all.

Not if you are using steam lobbies

GetLobbyList in steam SDK


**NOTE:** This will only return lobbies that are not full, and only lobbies that are [k_ELobbyTypePublic](https://partner.steamgames.com/doc/api/ISteamMatchmaking#k_ELobbyTypePublic) or [k_ELobbyTypeInvisible](https://partner.steamgames.com/doc/api/ISteamMatchmaking#k_ELobbyTypeInvisible), and are set to joinable with [SetLobbyJoinable](https://partner.steamgames.com/doc/api/ISteamMatchmaking#SetLobbyJoinable).

General P2P hosting in UE4 on steam uses the lobby system, dedicated servers use the gameserver system.