UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::TDeinterleaveView< T >::TChannel< InAllocator > Class Template Reference

#include <DeinterleaveView.h>

Public Member Functions

 TChannel (TArray< T, InAllocator > &InValues, const int32 InChannelIndex)
 

Public Attributes

TArray< T, InAllocator > & Values
 
const int32 ChannelIndex
 

Detailed Description

template<typename T>
template<typename InAllocator = FDefaultAllocator>
class Audio::TDeinterleaveView< T >::TChannel< InAllocator >

TChannel

TChannel provides a contiguous copy of an single channel from an interleaved array.

Constructor & Destructor Documentation

◆ TChannel()

template<typename T >
template<typename InAllocator = FDefaultAllocator>
Audio::TDeinterleaveView< T >::TChannel< InAllocator >::TChannel ( TArray< T, InAllocator > &  InValues,
const int32  InChannelIndex 
)
inline

Member Data Documentation

◆ ChannelIndex

template<typename T >
template<typename InAllocator = FDefaultAllocator>
const int32 Audio::TDeinterleaveView< T >::TChannel< InAllocator >::ChannelIndex

◆ Values

template<typename T >
template<typename InAllocator = FDefaultAllocator>
TArray<T, InAllocator>& Audio::TDeinterleaveView< T >::TChannel< InAllocator >::Values

The documentation for this class was generated from the following file: