Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioEQEffect
Description
Interpolates between Start and End EQ effect settings, storing results locally and returning if interpolation is complete
Interpolate EQ settings based on time
Virtual Inheritance
- FAudioEffectParameters::Interpolate → FAudioEQEffect::Interpolate
| Name | Interpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h |
| Include Path | #include "Sound/SoundMix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioEffect.cpp |
virtual bool Interpolate
(
const FAudioEffectParameters & InStart,
const FAudioEffectParameters & InEnd
)