UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::DisjointedArrayView< SampleType > Struct Template Reference

#include <Dsp.h>

Public Member Functions

 DisjointedArrayView (TArrayView< SampleType > &&InFirstBuffer, TArrayView< SampleType > &&InSecondBuffer)
 
template<typename OtherSampleType >
DisjointedArrayView< OtherSampleTypeSplitOtherToMatch (OtherSampleType *Other, int32 InNum) const
 
int32 CopyIntoBuffer (SampleType *InDestination, int32 InNumSamples)
 
int32 FirstNum () const
 
int32 SecondNum () const
 
int32 Num () const
 

Public Attributes

TArrayView< SampleType > FirstBuffer
 
TArrayView< SampleType > SecondBuffer
 

Constructor & Destructor Documentation

◆ DisjointedArrayView()

template<typename SampleType >
Audio::DisjointedArrayView< SampleType >::DisjointedArrayView ( TArrayView< SampleType > &&  InFirstBuffer,
TArrayView< SampleType > &&  InSecondBuffer 
)
inline

Member Function Documentation

◆ CopyIntoBuffer()

template<typename SampleType >
int32 Audio::DisjointedArrayView< SampleType >::CopyIntoBuffer ( SampleType *  InDestination,
int32  InNumSamples 
)
inline

◆ FirstNum()

template<typename SampleType >
int32 Audio::DisjointedArrayView< SampleType >::FirstNum ( ) const
inline

◆ Num()

template<typename SampleType >
int32 Audio::DisjointedArrayView< SampleType >::Num ( ) const
inline

◆ SecondNum()

template<typename SampleType >
int32 Audio::DisjointedArrayView< SampleType >::SecondNum ( ) const
inline

◆ SplitOtherToMatch()

template<typename SampleType >
DisjointedArrayView< OtherSampleType > Audio::DisjointedArrayView< SampleType >::SplitOtherToMatch ( OtherSampleType Other,
int32  InNum 
) const
inline

Member Data Documentation

◆ FirstBuffer

template<typename SampleType >
TArrayView<SampleType> Audio::DisjointedArrayView< SampleType >::FirstBuffer

◆ SecondBuffer

template<typename SampleType >
TArrayView<SampleType> Audio::DisjointedArrayView< SampleType >::SecondBuffer

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