Enum StatusEnum
Review the enumeration values representing the status of a matchmaking ticket.
Read time 1 minuteLast updated 2 days ago
Struct representing a change in authentication player profiles.
Include
#include <MatchmakerClient/Public/Models/GetTicketStatusResponse.h>
Syntax
UENUM()enum class StatusEnum : uint8{ Timeout, Failed, InProgress, Found,}
Values
Display name | Name | Value |
|---|---|---|
| Timeout | Timeout | 0 |
| Failed | Failed | 1 |
| InProgress | InProgress | 2 |
| Found | Found | 3 |
| Forbidden | Forbidden | 4 |