๐ตAdd Request Lobby List Filter
Last updated
Last updated
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
When requesting a list of lobbies e.g. "searching" or "browsing" for lobbies, you must define the filter terms you wish to use before calling Request Lobby List to return the set of matching lobbies.
Steam provides several options for filtering and sorting the resulting lists as outlined below.
Sets the physical distance for which we should search for lobbies, this is based on the users IP address and a IP location map on the Steam backed.
The UELobbyDistanceFilter option for lobby distance ... Default is the default ๐ค
Filters to only return lobbies with the specified number of open slots available.
The number of open slots that must be open.
Sorts the results closest to the specified value.
Near filters don't actually filter out values, they just influence how the results are sorted. You can specify multiple near filters, with the first near filter influencing the most, and the last near filter influencing the least.
The filter key name to match.
The value that lobbies will be sorted on
Adds a numerical comparison filter
The filter key name to match.
The numeric value to match
The UELobbyComparison type to use for the assessment
Sets the maximum number of lobbies to return. The lower the count the faster it is to download the lobby results & details to the client.
The maximum number of lobbies to return. Steam will not return more than 50.
Adds a string comparison filter
The filter key name to match.
The string value to match
The UELobbyComparison type to use for the assessment