ドキュメント

サポート

Authentication for Unreal Engine

Authentication for Unreal Engine

ServicesUtils

Reference utility templates for handling responses from Unity services.
読み終わるまでの所要時間 1 分最終更新 14日前

名前空間
Unity::Services::Core
Include (含める)
#include "Utils/ServicesUtils.h"

テンプレート

THandler

構文

#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