Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h |
Include |
#include "QosRegionManager.h" |
USTRUCT()
struct FQosSubspaceComparisonParams
Parameters to control the rules-based comparison of subspace vs non-subspace datacenter QoS results.
Name | Description | ||
---|---|---|---|
|
ConstantMaxToleranceMs |
Maximum allowed difference between the subspace and non-subspace's ping values in milliseconds. |
|
|
MaxNonSubspacePingMs |
Maximum allowed ping of the non-subspace. |
|
|
MinSubspacePingMs |
Minimum allowed ping of the subspace. |
|
|
float |
ScaledMaxTolerancePct |
Maximum allowed difference between the subspace and non-subspace's ping values, which scales as a proportion of the non-subspace's ping, so will differ between comparisons when sorting a single list of datacenters. |
Name | Description | |
---|---|---|
|
FQosSubspaceComparisonParams() |
|
|
FQosSubspaceComparisonParams |
Name | Description | ||
---|---|---|---|
|
float |
CalcScaledMaxToleranceMs ( |