Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/TBinnedDeltaMovingValue
Description
Flushes a sample from the current bin values to the consumer.
Since this is a moving value, none of the bins are reset when a sample is output (so the flushed sample can partially reflect old values), and the current bin will have been reset recently so it can be filled (so the flushed value may not reflect the full time period).
The user must consider whether this is accurate/suitable for their use case.
| Name | Flush |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Analytics/NetStatsUtils.h |
| Include Path | #include "Net/Core/Analytics/NetStatsUtils.h" |
void Flush()