Skip to main content

Restart Matchmaking

Last updated on

Restart Matchmaking If a player doesn't confirm their readiness for play, the matchmaking process will be repeated from the beginning. The team that contains a non-confirming player will be banned from matchmaking for 30 seconds. You will get a banned time value from the response when you successfully get matchmaking notification. This banned time is not configurable by default. To implement this feature, refer to the function below.

FRegistry::Lobby.Connect();
FRegistry::Lobby.SetRematchmakingNotifDelegate(AccelByte::Api::Lobby::RematchmakingNotif.CreateLambda([](const FAccelByteModelsRematchmakingNotice& Result)
{
// Do something if RematchmakingNotifDelegate has been successful
}));