Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetPing
| |
|
| Name |
FMovingAverageStorage |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include Path |
#include "Net/NetPing.h" |
Syntax
class FMovingAverageStorage : public UE::Net::FNetPing::FAverageStorageBase
Inheritance Hierarchy
- UE::Net::FNetPing::FAverageStorageBase → FNetPing::FMovingAverageStorage
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
FNetPing::FMovingAverageStorage |
Net/NetPing.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PingAccumulator |
TBinnedMovingAvg< decltype(PingValues), TBinParms::NumBins(4)> |
Accumulates ping readings and outputs the moving average to PingValues |
Net/NetPing.h |
|
| PingValues |
TSampleMinMaxAvg< EMinMaxValueMode::PerMeasurement > |
Stores the final Min/Max/Current ping values |
Net/NetPing.h |
|
Functions
Public