구조체 FQosResult
Review the structure containing Quality of Service connection metrics for a region.
Include
#include <MatchmakerCore/Public/Models/QoSResult.h>
구문
USTRUCT(BlueprintType)struct FQosResult
필드
지연
선언
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++