Joining Matches

In order to access online features, the player must be logged in with the Online Subsystem. Please visit the Authentication page for more information.

Joining Matches Directly

You can directly join a match by using the JoinKronosMatch node. Note that you only have to do this if you specifically told the matchmaking system to only search for games. Otherwise players join the game during matchmaking automatically. You will most likely only ever use this for a server browser.

There is no hard requirement on where you need to call this from. Most games will probably have this hooked to the OnClicked event of a widget button.

Finding Matches To Join

You find matches by using the FindKronosMatches node. This will give you an array of KronosSearchResult that you can iterate over (e.g. to create entries for a server browser).

There is no hard requirement on where you need to call this from. Most games will probably have this hooked to the OnClicked event of a widget button.

Last updated