構造体 FQosResult
Review the structure containing Quality of Service connection metrics for a region.
読み終わるまでの所要時間 1 分最終更新 1ヶ月前
Include (含める)
#include <MatchmakerCore/Public/Models/QoSResult.h>
構文
USTRUCT(BlueprintType)struct FQosResult
フィールド
Latency
宣言
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")int32 Latency = 0
ブループリント
C++
PacketLoss
宣言
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")int32 PacketLoss = 0
ブループリント
C++
RegionId
宣言
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FString RegionId
ブループリント
C++