![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovingWindowAverageFast.h>
Public Member Functions | |
| FMovingWindowAverageFast () | |
| void | PushValue (T Value) |
| T | GetAverage () const |
This class calculates a moving window average. Its designed to be used with floats or doubles and keeps track of the average with every value pushed so is ideal when there is a one to one or one to many relationship between calls to PushValue() and GetMovingWindowAverage() respectively.
|
inline |
|
inline |
|
inline |