TSlidingWindow::begin

Creates STL like iterator which slides over samples.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SlidingWindow.h

Include

#include "DSP/SlidingWindow.h"

Syntax

template<typename InAllocator>
TSlidingWindowIterator< InAllocator > begin
(
    TArray< InSampleType, InAllocator > & OutWindowBuffer
) const

Remarks

Creates STL like iterator which slides over samples.

OutWindowBuffer Used to construct the TSlidingWindowIterator. The iterator will populate the window with samples when the * operator is called.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss