PingAvgDataV2

Struct keeping track of the lowest ping values over a given second.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerState.h

Include

#include "GameFramework/PlayerState.h"

Syntax

struct PingAvgDataV2

Remarks

Struct keeping track of the lowest ping values over a given second.

Variables

Name Description

Public variable

float

 

AvgPingV2

The average of the values in PingValues, calculated after 1s.

Public variable

TArray< uint16 ...

 

PingValues

List of ping values

Constructors

Name Description

Public function

PingAvgDataV2()

Default constructor

Constants

Name

Description

MAX_PING_VALUES_SIZE

The maximum number of ping values we will keep track of

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