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 FQosDatacenterInfo
Remarks
Metadata about datacenters that can be queried
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bEnabled | Is this region tested (only valid if region is enabled) |
![]() ![]() |
FString | Id | Id for this datacenter |
![]() ![]() |
FString | RegionId | Parent Region |
![]() ![]() |
TArray< FQosPingServerInfo > | Servers | Addresses of ping servers |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsPingable () |
|
![]() ![]() |
bool | IsSubspace
(
const TCHAR*const SubspaceDelimiter |
|
![]() ![]() |
bool | IsValid () |
|
![]() ![]() |
FString |