![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlidingWindow.h>
Public Member Functions | |
| TSlidingWindowIterator (const TSlidingWindow &InSlidingWindow, TArray< InSampleType, InAllocator > &OutWindowBuffer, int32 InReadIndex) | |
| TSlidingWindowIterator | operator++ () |
| bool | operator!= (const TSlidingWindowIterator &Other) const |
| TArray< InSampleType, InAllocator > & | operator* () |
Static Public Attributes | |
| static const int32 | ReadIndexEnd = INDEX_NONE |
An forward iterator which slides a window over the given buffers.
|
inline |
Construct an iterator over a sliding window.
|
inline |
Check whether iterators are equal. TSlidingWindowIterators derived from different TSlidingWindows should not be compared.
|
inline |
Access array of windowed data currently pointed to by iterator.
|
inline |
Increment sliding window iterator forward.
|
static |