Documentation

Support

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

Enum StatusEnum

Review the enumeration values representing the status of a matchmaking ticket.
Read time 1 minuteLast updated 2 months ago

Important
Unity Matchmaker will support Multiplay Hosting until the deprecation date of March 31st, 2026. To aid your migration away from Multiplay Hosting, migration examples for alternative hosting providers are available. Matchmaker will continue to work with Relay and Distributed Authority after the Multiplay Hosting deprecation.
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

TimeoutTimeout0
FailedFailed1
InProgressInProgress2
FoundFound3
ForbiddenForbidden4