Navigation
API > API/Plugins > API/Plugins/Qos
Metadata about regions made up of datacenters
| Name | FQosRegionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h |
| Include Path | #include "QosRegionManager.h" |
Syntax
USTRUCT ()
struct FQosRegionInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQosRegionInfo() |
QosRegionManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowSubspaceBias | bool | Enable biased sorting algorithm on results for this region, which prefers non-subspaces over subspaces | QosRegionManager.h | |
| bAutoAssignable | bool | Can this region be considered for auto detection | QosRegionManager.h | |
| bEnabled | bool | Is this region tested at all (if false, overrides individual datacenters) | QosRegionManager.h | |
| bVisible | bool | Is this region visible in the UI (can be saved by user, replaced with auto if region disappears | QosRegionManager.h | |
| DisplayName | FText | Localized name of the region | QosRegionManager.h | |
| RegionId | FString | Id for the region, all datacenters must reference one of these | QosRegionManager.h | |
| SubspaceBiasParams | FQosSubspaceComparisonParams | Granular settings for biased subspace-based sorting algorithm, if enabled for this region | QosRegionManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsAutoAssignable() |
QosRegionManager.h | ||
bool IsPingable() |
QosRegionManager.h | ||
bool IsUsable() |
QosRegionManager.h | ||
bool IsValid() |
QosRegionManager.h |