FVolumeFader::GetVolumeAfterTime

Returns the volume given the delta from the current time into the future (Effectively like running to retrieve volume but without actually updating internal state).

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/VolumeFader.h

Include

#include "DSP/VolumeFader.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/VolumeFader.cpp

Syntax

float GetVolumeAfterTime
(
    float InDeltaTime
) const

Remarks

Returns the volume given the delta from the current time into the future (Effectively like running to retrieve volume but without actually updating internal state).

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