FDatacenterQosInstance

Runtime information about a given region

Windows
MacOS
Linux

References

Module

Qos

Header

/Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h

Include

#include "QosRegionManager.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FDatacenterQosInstance

Remarks

Runtime information about a given region

Variables

Name Description

Public variable UProperty Transient

int32

 

AvgPingMs

Avg ping times across all search results

Public variable UProperty Transient

bool

 

bUsable

Is the parent region usable

Public variable UProperty Transient

FQosDatacenterI...

 

Definition

Information about the datacenter

Public variable UProperty Transient

FDateTime

 

LastCheckTimestamp

Last time this datacenter was checked

Public variable

int32

 

NumResponses

Number of good results

Public variable UProperty Transient

TArray< int32 >

 

PingResults

Transient list of ping times obtained for this datacenter

Public variable UProperty Transient

EQosDatacenterR...

 

Result

Success of the qos evaluation

Constructors

Name Description

Public function

FDatacenterQosInstance()

Public function

FDatacenterQosInstance

(
    const FQosDatacenterInfo& InMeta,
    bool bInUsable
)

Functions

Name Description

Public function

void

 

Reset()

Reset the data to its default state

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss