ドキュメント

サポート

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

構造体 FMatchmakingResults

Review the structure containing results from a successful match including teams and allocation details.
読み終わるまでの所要時間 2 分最終更新 14日前

Include (含める)
#include <MatchmakerServer/Public/Models/MatchmakingResults.h>
構文
USTRUCT(BlueprintType)struct MATCHMAKERSERVER_API FMatchmakingResults

フィールド

MatchProperties

マッチのプロパティを表します。

宣言

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

ブループリント

名前

Match PropertiesFMatchProperties

C++

名前

MatchProperties
FMatchProperties

GeneratorName

宣言

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

ブループリント

名前

Generator NameString

C++

名前

GeneratorName
FString

QueueName

サーバーを割り当てたマッチメイキングキュー。

宣言

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

ブループリント

名前

Queue NameString

C++

名前

QueueName
FString

PoolName

サーバーを割り当てたマッチメイキングプール。

宣言

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

ブループリント

名前

Pool NameString

C++

名前

PoolName
FString

BackfillTicketId

バックフィルチケットの一意の ID。

宣言

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

ブループリント

名前

Backfill Ticket IdString

C++

名前

BackfillTicketId
FString

MatchId

マッチの一意の ID です。

宣言

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

ブループリント

名前

Match IdString

C++

名前

MatchId
FString

PoolId

マッチが含まれているプールの ID。

宣言

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

ブループリント

名前

Pool IdString

C++

名前

PoolId
FString

メソッド

JSON 文字列から MatchmakingResults をデシリアライズします。

FromJson(FString)

宣言

static FMatchmakingResults FromJson(FString JsonString)

パラメーター

名前

説明

JsonString
FStringシリアル化された JSON 文字列。

戻り値

説明

FMatchmakingResultsデシリアライズされた FMatchmakingResults。