Documentation

Support

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

Struct FBackfillTicketProperties

Review the structure containing properties for creating a backfill 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.
Include
#include <MatchmakerServer/Public/Models/BackfillTicketProperties.h>
Syntax
USTRUCT(BlueprintType)struct FBackfillTicketProperties

Fields

Properties

Properties object containing match information.

Declaration

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FMatchProperties MatchProperties

Blueprint

Name

Type

Match PropertiesFMatchProperties

C++

Name

Type

MatchProperties
FMatchProperties