Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include | #include "Net/NetPing.h" |
Syntax
struct FPingValues
Remarks
Struct for returning ping values, in seconds.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Current | The current/latest ping value, or -1.0 if not set | |
| double | Max | The highest measured ping value (no averaging), or -1.0 if not set | |
| double | Min | The smallest measured ping value (no averaging), or -1.0 if not set |