FAudioEQEffect::Interpolate

Interpolates between Start and End EQ effect settings, storing results locally and returning if interpolation is complete

Windows
MacOS
Linux

Override Hierarchy

FAudioEffectParameters::Interpolate()

FAudioEQEffect::Interpolate()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h

Include

#include "Sound/SoundMix.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp

Syntax

virtual bool Interpolate
(
    const FAudioEffectParameters & InStart,
    const FAudioEffectParameters & InEnd
)

Remarks

Interpolates between Start and End EQ effect settings, storing results locally and returning if interpolation is complete

Interpolate EQ settings based on time

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