Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | DisjointedArrayView |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include Path | #include "DSP/Dsp.h" |
Syntax
template<typename SampleType>
struct DisjointedArrayView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DisjointedArrayView
(
TArrayView< SampleType >&& InFirstBuffer, |
DSP/Dsp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FirstBuffer | TArrayView< SampleType > | Data: | DSP/Dsp.h | |
| SecondBuffer | TArrayView< SampleType > | DSP/Dsp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CopyIntoBuffer
(
SampleType* InDestination, |
DSP/Dsp.h | ||
int32 FirstNum() |
DSP/Dsp.h | ||
int32 Num() |
DSP/Dsp.h | ||
int32 SecondNum() |
DSP/Dsp.h | ||
DisjointedArrayView< OtherSampleType > SplitOtherToMatch
(
OtherSampleType* Other, |
DSP/Dsp.h |