構造体 FCreateTicketOptions
Review the structure for specifying parameters when creating a matchmaking ticket.
読み終わるまでの所要時間 1 分最終更新 14日前
Include (含める)
#include <MatchmakerClient/Public/Models/CreateTicketOptions.h>
構文
USTRUCT(BlueprintType)struct FCreateTicketOptions
フィールド
QueueName
このチケットでマッチを格納するために作成する必要があるターゲットキュー。
宣言
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FString QueueName
ブループリント
C++
Attributes
このチケットでマッチを格納するために作成する必要があるターゲットキュー。
宣言
TSharedPtr<FJsonObject> Attributes
C++