Navigation
API > API/Runtime > API/Runtime/NetCore
| Name | TSampleMinMaxAvg< EMinMaxValueMode::PerMeasurement > |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Analytics/NetStatsUtils.h |
| Include Path | #include "Net/Core/Analytics/NetStatsUtils.h" |
Syntax
namespace TSampleMinMaxAvg< EMinMaxValueMode
{
template<>
class TSampleMinMaxAvg< EMinMaxValueMode::PerMeasurement > : public UE::Net::FSampleMinMaxAvg
}
Inheritance Hierarchy
- FSampleMinMaxAvg → TSampleMinMaxAvg< EMinMaxValueMode::PerMeasurement >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddSample
(
double Value |
Inputs a sample (usually from a TSampleProducer) | Net/Core/Analytics/NetStatsUtils.h | |
void PeekMeasurement
(
double TimeVal, |
Net/Core/Analytics/NetStatsUtils.h |