FLateReflectionsFast::FLateReflectionsFast

InMaxNumInternalBufferSamples sets the maximum possible number of samples in an internal buffer.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h

Include

#include "DSP/LateReflectionsFast.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/LateReflectionsFast.cpp

Syntax

FLateReflectionsFast
(
    float InSampleRate,
    int InMaxNumInternalBufferSamples,
    const FLateReflectionsFastSettings & InSettings
)

Remarks

InMaxNumInternalBufferSamples sets the maximum possible number of samples in an internal buffer. This only affectsinternal chunking and does not affect the number of samples that can be sent to ProcessAudio(...),

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss