Documentation

​
​

Development

User Acquisition

Monetization

Industry

Authentication for Unreal Engine

Authentication overview

Authentication for Unreal Engine

Multiplayer Services for Unreal
​
​
Authentication for Unreal
  • Overview
  • Get started
  • Authentication lifecycle
  • Player profiles
  • Player preferences
  • C++ integration
  • Blueprint integration
C++ API Reference
  • Authentication API
  • Services.Core API
    • ServicesUtils
  1. Authentication SDK for Unreal Engine

ServicesUtils

Reference utility templates for handling responses from Unity services.
Read time 1 minute
Last updated 8 months ago

Namespace
Unity::Services::Core
Include
#include "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

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
    • Namespace

    • Include

    • Templates

      • THandler

        • Syntax


Report a problem with this page