PFMatchmakingStateChange
A generic, base structure representation of an event or change in state in the Matchmaking library.
struct PFMatchmakingStateChange {
PFMatchmakingStateChangeType stateChangeType;
}
stateChangeType
PFMatchmakingStateChangeType
The specific type of the state change represented.
Use this field to determine which corresponding derived structure is represented by this PFMatchmakingStateChange structure header.
PFMatchmakingStateChange structures are reported by PFMultiplayerStartProcessingMatchmakingStateChanges() for the title to handle and then promptly pass back via the PFMultiplayerFinishProcessingMatchmakingStateChanges() method.
The stateChangeType
field indicates which kind of state change occurred, and this base structure should then be cast to a more specific derived structure to retrieve additional event-specific information.
Header: PFMatchmaking.h
PFMatchmaking members
PFMultiplayerStartProcessingMatchmakingStateChanges
PFMultiplayerFinishProcessingMatchmakingStateChanges