![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ReverbFast.h>
Public Member Functions | |
| SIGNALPROCESSING_API | FPlateReverbFast (float InSampleRate, int32 InMaxInternalBufferSamples=512, const FPlateReverbFastSettings &InSettings=DefaultSettings) |
| SIGNALPROCESSING_API | ~FPlateReverbFast () |
| SIGNALPROCESSING_API void | SetSettings (const FPlateReverbFastSettings &InSettings) |
| SIGNALPROCESSING_API const FPlateReverbFastSettings & | GetSettings () const |
| SIGNALPROCESSING_API void | ProcessAudio (const FAlignedFloatBuffer &InSamples, const int32 InNumChannels, FAlignedFloatBuffer &OutSamples, const int32 OutNumChannels) |
| SIGNALPROCESSING_API void | FlushAudio () |
Static Public Member Functions | |
| static SIGNALPROCESSING_API void | ClampSettings (FPlateReverbFastSettings &InOutSettings) |
Static Public Attributes | |
| static SIGNALPROCESSING_API const FPlateReverbFastSettings | DefaultSettings |
| Audio::FPlateReverbFast::FPlateReverbFast | ( | float | InSampleRate, |
| int32 | InMaxInternalBufferSamples = 512, |
||
| const FPlateReverbFastSettings & | InSettings = DefaultSettings |
||
| ) |
| Audio::FPlateReverbFast::~FPlateReverbFast | ( | ) |
|
static |
| SIGNALPROCESSING_API void Audio::FPlateReverbFast::FlushAudio | ( | ) |
| const FPlateReverbFastSettings & Audio::FPlateReverbFast::GetSettings | ( | ) | const |
| void Audio::FPlateReverbFast::ProcessAudio | ( | const FAlignedFloatBuffer & | InSamples, |
| const int32 | InNumChannels, | ||
| FAlignedFloatBuffer & | OutSamples, | ||
| const int32 | OutNumChannels | ||
| ) |
| void Audio::FPlateReverbFast::SetSettings | ( | const FPlateReverbFastSettings & | InSettings | ) |
|
static |