Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/TDeinterleaveView
TChannel provides a contiguous copy of an single channel from an interleaved array.
| Name | TChannel |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/DeinterleaveView.h |
| Include Path | #include "DSP/DeinterleaveView.h" |
Syntax
template<typename InAllocator>
class TChannel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TChannel
(
TArray< T, InAllocator >& InValues, |
DSP/DeinterleaveView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelIndex | const int32 | DSP/DeinterleaveView.h | ||
| Values | TArray< T, InAllocator > & | DSP/DeinterleaveView.h |