Skip to main content

Join a Party

Last updated on

When someone joins the party, the player inside the party will get some notification that there are some new party members inside the party.

FRegistry::Lobby.Connect();
FRegistry::Lobby.SetPartyJoinNotifDelegate(AccelByte::Api::Lobby::FPartyJoinNotif::CreateLambda([](const FAccelByteModelsPartyJoinNotice& Result)
{
// Do something if PartyJoinNotifDelegate has been successful
}));