Navigation
API > API/Plugins > API/Plugins/Qos
Metadata about datacenters that can be queried
| Name | FQosDatacenterInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h |
| Include Path | #include "QosRegionManager.h" |
Syntax
USTRUCT ()
struct FQosDatacenterInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQosDatacenterInfo() |
QosRegionManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | Is this region tested (only valid if region is enabled) | QosRegionManager.h | |
| Id | FString | Id for this datacenter | QosRegionManager.h | |
| RegionId | FString | Parent Region | QosRegionManager.h | |
| Servers | TArray< FQosPingServerInfo > | Addresses of ping servers | QosRegionManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPingable() |
QosRegionManager.h | ||
bool IsSubspace
(
const TCHAR*const SubspaceDelimiter |
QosRegionManager.h | ||
bool IsValid() |
QosRegionManager.h | ||
FString ToDebugString() |
QosRegionManager.h |