Skip to main content

Responding to events

You can respond to changes in the party using the events on IOnlinePartySystem. This document lists the events which are currently supported.

Events relating to party members, such as OnPartyMemberJoined and OnMemberAttributeChanged are raised for all members of the party, not just the local user.

Party system events

The following documents the list of events and their implementation status:

Event NameImplemented?
OnPartyJoined
OnPartyExited
OnPartyInvitesChanged
OnPartyInviteReceived
OnPartyInviteRemoved
OnPartyStateChanged
OnPartyJIPNo EOS SDK support
OnPartyPromotionLockoutChangedNo EOS SDK support
OnPartyConfigChangedConst
OnPartyDataReceived
OnPartyMemberPromoted
OnPartyMemberExited
OnPartyMemberJoined
OnPartyMemberDataReceived
OnPartyInviteRequestReceivedNo EOS SDK support
OnPartyInviteResponseReceivedNo EOS SDK support
OnPartyGroupJoinRequestReceivedNo EOS SDK support
OnPartyJIPRequestReceivedNo EOS SDK support
OnQueryPartyJoinabilityGroupReceivedNo EOS SDK support
OnFillPartyJoinRequestDataNo EOS SDK support
OnPartyAnalyticsEventNo EOS SDK support
OnPartySystemStateChangeNo EOS SDK support

Party member events

The following documents the list of events on FOnlinePartyMember and their implementation status:

Event NameImplemented?
OnMemberConnectionStatusChanged
OnMemberAttributeChanged