Skip to main content
Information specific to the MemberRemoved type of state change.

Syntax

Members

lobby   PFLobbyHandle
must not be null
The lobby the new member was removed from. member   PFEntityKey The member entity which has been removed from the lobby. reason   PFLobbyMemberRemovedReason The reason member was removed from the lobby.

Remarks

This state change will be generated by all operations which remove members from lobbies such as PFLobbyLeave() and PFLobbyForceRemoveMember().

When this state change is provided by PFMultiplayerStartProcessingLobbyStateChanges the lobby will update to remove this member from the member list and the member’s properties will be emptied.

Requirements

Header: PFLobby.h

See also

PFLobby members
Last modified on August 10, 2026