![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetPing.h>
Public Attributes | |
| double | Current = -1.0 |
| double | Min = -1.0 |
| double | Max = -1.0 |
Struct for returning ping values, in seconds.
| double UE::Net::FPingValues::Current = -1.0 |
The current/latest ping value, or -1.0 if not set
| double UE::Net::FPingValues::Max = -1.0 |
The highest measured ping value (no averaging), or -1.0 if not set
| double UE::Net::FPingValues::Min = -1.0 |
The smallest measured ping value (no averaging), or -1.0 if not set