![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Dsp.h>
Public Member Functions | |
| DisjointedArrayView (TArrayView< SampleType > &&InFirstBuffer, TArrayView< SampleType > &&InSecondBuffer) | |
| template<typename OtherSampleType > | |
| DisjointedArrayView< OtherSampleType > | SplitOtherToMatch (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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TArrayView<SampleType> Audio::DisjointedArrayView< SampleType >::FirstBuffer |
| TArrayView<SampleType> Audio::DisjointedArrayView< SampleType >::SecondBuffer |