Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetPing
Description
Returns the modifiable base average storage (containing only common/shared stats), for the specified ping type. NOTE: Not safe to call without verifying PingType is enabled in PingTypes, first.
| Name | GetPingStorageBase |
| 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 |
FAverageStorageBase & GetPingStorageBase
(
EPingType PingType
)
Modifiable base storage for specified ping type.
Parameters
| Name | Remarks |
|---|---|
| PingType | The ping type to retrieve the base storage for. |