Set RTPC Value Smoothed

Callable
SetRTPCValueSmoothed

Smoothly interpolates an audio parameter (RTPC) to a target value rather than setting it instantly.

Type: Callable (has execution pins)
Category: Fortuna|Audio Helpers
Keywords: audio helpers

Inputs

NameTypeDefaultDescription
AudioComponentUAudioComponent*AudioComponent parameter
ParameterNameFNameParameterName parameter
TargetValuefloatTargetValue parameter
InterpSpeedfloat5.0InterpSpeed parameter

Example Use Cases

Example 1

Gradually change a low-pass filter as a player goes underwater.

Example 2

Smooth reverb transitions between rooms.