Skip to main content

Finding Multiplayer Games

You can find available sessions by calling “Find SteamCore Sessions“, you can also apply “Search Settings” filters to filter out unwanted sessions

TIP

This Example has a Video Tutorial that you can find here: Related Video

Finding Sessions

  • To find multiplayer sessions call the Find SteamCore Sessions node, this will give you a list with possible sessions to join.

Image

  • Ideally you want to create a server list by adding the found sessions to a list of widgets that the user can pick which server to join. See the blueprint sample project for a working server list example.

Image

Search filtering options

  • You can also filter session results using SearchSettings, the example below will only give you results of sessions that have the "UsingSteamCore" bool set to true.

Image