Navigation
API > API/Plugins > API/Plugins/AudioModulation > API/Plugins/AudioModulation/FSoundModulationMixValue
| Name | EActiveFade |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundModulationValue.h |
| Include Path | #include "SoundModulationValue.h" |
Syntax
enum EActiveFade
{
Attack,
Release,
Override,
}
Values
| Name | Remarks |
|---|---|
| Attack | Value interpolating from the parameter's default value to the mix value. |
| Release | Value interpolating from the mix value to the parameter's default value. |
| Override | User-requested fade time to an active mix by filter (ex. from Blueprint) or editor property adjustment |