Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/FMixerSubmix
| |
|
| Name |
FSubmixEffectFadeInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h |
| Include Path |
#include "AudioMixerSubmix.h" |
Syntax
struct FSubmixEffectFadeInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsBaseEffect |
bool |
If this effect fade info is the base effect. |
AudioMixerSubmix.h |
|
| bIsCurrentChain |
bool |
If true, this effect override will be fading in or all the way faded in. |
AudioMixerSubmix.h |
|
| EffectChain |
TArray< FSoundEffectSubmixPtr > |
|
AudioMixerSubmix.h |
|
| FadeVolume |
FDynamicParameter |
|
AudioMixerSubmix.h |
|