Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioReverbEffect
Description
Interpolates between Start and End reverb effect settings, storing results locally and returning if interpolation is complete
Get interpolated reverb parameters
Virtual Inheritance
- FAudioEffectParameters::Interpolate → FAudioReverbEffect::Interpolate
| Name | Interpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioEffect.h |
| Include Path | #include "AudioEffect.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioEffect.cpp |
virtual bool Interpolate
(
const FAudioEffectParameters & InStart,
const FAudioEffectParameters & InEnd
)