Documentation

Development

User Acquisition

Monetization

Industry

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

Multiplayer services for Unreal
​
​
Matchmaker for the Unreal Engine
  • Overview
  • Get started
  • Integrate using Blueprints
  • Integrate using C++
API reference
  • Overview of C++ APIs
  • Client APIs
  • Server APIs
  • Matchmaker Core APIs
  • Services Core Utilities
  1. Matchmaker Software Development Kit for the Unreal Engine

Struct FBackfillTicket

Review the structure representing a backfill ticket for an active match.
Read time 1 minute
Last updated a month ago

Include
#include <MatchmakerServer/Public/Models/BackfillTicket.h>
Syntax
USTRUCT(BlueprintType)struct FBackfillTicket

Fields

Id

Backfill ticket ID.

Declaration

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FString Id

Blueprint

Name

Type

IdString

C++

Name

Type

Id
FString

Connection

The IP address and port of the server that creates the backfill. The IP address format is ip:port.

Declaration

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FString Connection

Blueprint

Name

Type

ConnectionString

C++

Name

Type

Connection
FString

Attributes

Target queue this ticket should create a match in.

Declaration

TSharedPtr<FJsonObject> Attributes

C++

Name

Type

Attributes
TSharedPtr
<
FJsonObject
>

Properties

An object that contains the data representing a backfill ticket. The information about the backfill ticket properties are stored in the Data property of that object. The backfill ticket properties have to be serialized in base64.

Declaration

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

Blueprint

Name

Type

PropertiesFMatchProperties

C++

Name

Type

Properties
FMatchProperties

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Include

    • Syntax

    • Fields

      • Id

        • Declaration

        • Blueprint

        • C++

      • Connection

        • Declaration

        • Blueprint

        • C++

      • Attributes

        • Declaration

        • C++

      • Properties

        • Declaration

        • Blueprint

        • C++


Report a problem with this page
​
​