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