PFMatchmakingTicketStatusChangedStateChange
Information specific to the TicketStatusChanged type of state change.
Syntax
struct PFMatchmakingTicketStatusChangedStateChange : PFMatchmakingStateChange {
PFMatchmakingTicketHandle ticket;
}
Members
ticket
PFMatchmakingTicketHandle
must not be null
The matchmaking ticket whose status changed.
The new ticket status can be retrieved via PFMatchmakingTicketGetStatus.
Requirements
Header: PFMatchmaking.h