Navigation
Unreal Engine C++ API Reference > Plugins > Qos
References
Module | Qos |
Header | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h |
Include | #include "QosRegionManager.h" |
Syntax
USTRUCT&40;&41;
struct FDatacenterQosInstance
Remarks
Runtime information about a given region
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
int32 | AvgPingMs | Avg ping times across all search results |
![]() ![]() ![]() |
bool | bUsable | Is the parent region usable |
![]() ![]() ![]() |
FQosDatacenterInfo | Definition | Information about the datacenter |
![]() ![]() ![]() |
FDateTime | LastCheckTimestamp | Last time this datacenter was checked |
![]() |
int32 | NumResponses | Number of good results |
![]() ![]() ![]() |
TArray< int32 > | PingResults | Transient list of ping times obtained for this datacenter |
![]() ![]() ![]() |
EQosDatacenterResult | Result | Success of the qos evaluation |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FDatacenterQosInstance
(
const FQosDatacenterInfo& InMeta, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FDatacenterQosInstance & | CompareBiasedTowardsNonSubspace
(
const FDatacenterQosInstance& NonSubspace, |
Compares a subspace datacenter and a non-subspace datacenter, applying the qualifying rules to bias non-subspaces, configured via the supplied comparison parameters. |
![]() ![]() |
const FDatacenterQosInstance *const | CompareBiasedTowardsNonSubspace
(
const FDatacenterQosInstance*const NonSubspace, |
Compares a subspace datacenter and a non-subspace datacenter, applying the qualifying rules to bias non-subspaces, configured via the supplied comparison parameters. |
![]() ![]() |
bool | IsLessWhenBiasedTowardsNonSubspace
(
const FDatacenterQosInstance& A, |
Compares the avg ping of two datacenters, handling cases where one is a subspace and the other is not, and like-for-like. |
![]() ![]() |
bool | IsNonSubspaceRecommended
(
const FDatacenterQosInstance& NonSubspace, |
Compares a subspace datacenter and a non-subspace datacenter, applying the qualifying rules to bias non-subspaces, configured via the supplied comparison parameters. |
![]() |
void | Reset () |
Reset the data to its default state |