Navigation
API > API/Plugins > API/Plugins/Qos
References
| Module | Qos |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h |
| Include | #include "QosRegionManager.h" |
Syntax
USTRUCT ()
struct FRegionQosInstance
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDatacenterQosInstance > | DatacenterOptions | Array of all known datacenters and their status | |
| FQosRegionInfo | Definition | Information about the region |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRegionQosInstance
(
const FQosRegionInfo& InMeta |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| FString | |||
| const FString & | GetRegionId () |
||
| EQosDatacenterResult | |||
| void | GetSubregionPreferences
(
TArray< FString >& OutSubregions |
||
| bool | |||
| bool | IsUsable () |
||
| void | Print list of datacenters results for this region to QoS log. | ||
| void | Sort the list of datacenter options into ascending order of average ping | ||
| void | SortDatacenterSubspacesByRecommended
(
const FQosSubspaceComparisonParams& ComparisonParams, |
Sort the list of datacenter options into ascending order, using rules-based comparison for cases where a subspace is being compared to a non-subspace; non-subspace will be favoured if it passes the rules check. |