Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/TSlidingWindow
Description
Creates STL like iterator denotes the end of the sliding window.
OutWindowBuffer Used to construct the TSlidingWindowIterator. The iterator will populate the window with samples when the * operator is called.
| Name | end |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SlidingWindow.h |
| Include Path | #include "DSP/SlidingWindow.h" |
template<typename InAllocator>
TSlidingWindowIterator < InAllocator > end
(
TArray< InSampleType, InAllocator > & OutWindowBuffer
) const