Documentation

Support

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

ServicesUtils

Review the utility functions available for working with Unity Gaming Services.
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.
Namespace
Unity::Services::Core
Include
#include <ServicesCore/Public/Utils/ServicesUtils.h>

Templates

THandler

Syntax

#if ((ENGINE_MAJOR_VERSION == 4) && (ENGINE_MINOR_VERSION >= 26)) || (ENGINE_MAJOR_VERSION >= 5) template <typename T> using THandler = TDelegate<void(const T&)>;#else template <typename T> using THandler = TBaseDelegate<void, const T&>;#endif