Skip to main content

Kick a Party Member

Last updated on

Kick some party members will send a notification for all player members and party leaders that are still in the party.

FRegistry::Lobby.Connect();
FRegistry::Lobby.SetPartyKickNotifDelegate(AccelByte::Api::Lobby::FPartyKickNotif::CreateLambda([](const FAccelByteModelsGotKickedFromPartyNotice& Result)
{
// Do something if PartyKickNotifDelegate has been successful
}));