Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetPing
Description
Returns the read-only stored values, for the specified ping type. NOTE: Not safe to call without verifying PingType is enabled in PingTypes, first.
| Name | GetPingStorageValues |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include Path | #include "Net/NetPing.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetPing.cpp |
const FSampleMinMaxAvg & GetPingStorageValues
(
EPingType PingType
) const
Read-only reference to the stored ping values.
Parameters
| Name | Remarks |
|---|---|
| PingType | The ping type to retrieve stored values for. |