结构 FQosResult
Review the structure containing Quality of Service connection metrics for a region.
Include(包括)
#include <MatchmakerCore/Public/Models/QoSResult.h>
语法
USTRUCT(BlueprintType)struct FQosResult
字段
Latency
声明
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")int32 Latency = 0
Blueprint
C++
PacketLoss
声明
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")int32 PacketLoss = 0
Blueprint
Name | 类型 | 默认值 |
|---|
| Packet Loss(丢包) | 整数 | |
C++
RegionId
声明
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Unity Gaming Services | Matchmaker | Model")FString RegionId
Blueprint
Name | 类型 |
|---|
| Region Id(地区 ID) | 字符串 |
C++