![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlayerState.h>
Public Member Functions | |
| PingAvgData () | |
Public Attributes | |
| uint16 | PingSum: 13 |
| uint8 | PingCount: 3 |
Struct containing one seconds worth of accumulated ping data (for averaging) NOTE: Maximum PingCount is 7, and maximum PingSum is 8191 (1170*7)
|
inline |
Default constructor
| uint8 PingAvgData::PingCount |
The number of accumulated pings
| uint16 PingAvgData::PingSum |
The sum of all accumulated pings (used to calculate avg later)