Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FVolumeFader
Description
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.
| Name | SetActiveDuration |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/VolumeFader.h |
| Include Path | #include "DSP/VolumeFader.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/VolumeFader.cpp |
void SetActiveDuration
(
float InDuration
)