TDeinterleaveView::TChannelIterator::TChannelIterator

[TChannelIterator](API\Runtime\SignalProcessing\DSP\TDeinterleaveView\TChannelIterator)

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/DeinterleaveView.h"

Syntax

TChannelIterator
(
    TDeinterleaveView< T > InDeinterleaveView,
    TArray< T, InAllocator > & InArrayToFill,
    int32 InChannelIndex
)

Remarks

TChannelIterator

TChannelIterator allows iteration over interleaved arrays and provides contiguous arrays of single channels.

InDeinterleaveView is the parent view provides the source interleaved array for this iterator. InArrayToFill is the array which will be populated with contiguous elements for a channel. InChannelIndex is the channel index which this iterator will point to.

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