Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FNetPing
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include | #include "Net/NetPing.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetPing.cpp |
void UpdatePing
&40;
EPingType PingType,
double TimeVal,
double PingValue
&41;
Remarks
Updates the value of the specified ping type, with a new ping reading (in seconds).
Parameters
| Name | Description |
|---|---|
| PingType | The type of ping being updated. |
| TimeVal | The time that the ping reading was calculated. |
| PingValue | The value of the new ping reading, in seconds. |