FVolumeFader::SetActiveDuration

Sets the duration the fader is to be active in the future, after which point the fader is disabled.

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

void SetActiveDuration
(
    float InDuration
)

Remarks

Sets the duration the fader is to be active in the future, after which point the fader is disabled. When disabled, fader will hold the current fade state until activated, at which point it will continue applying the fade over the remainder of the fade duration.

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