Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FLateReflectionsPlate
Description
Retrieve the internal delay line data. The number of samples retrieved is limited to the number of samples in the internal buffer. That amount can be determined by calling "GetNumInternalBufferSamples()".
| Name | PeekDelayLine |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h |
| Include Path | #include "DSP/LateReflectionsFast.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/LateReflectionsFast.cpp |
void PeekDelayLine
(
int32 InNum,
FAlignedFloatBuffer & OutSamples
)