Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioEffectsManager
Description
Engine hook to handle setting and fading in of EQ effects and group ducking
Sets new EQ mix if necessary. Otherwise interpolates to the current settings and calls SetEffect to handle the platform specific aspect.
| Name | SetMixSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioEffect.h |
| Include Path | #include "AudioEffect.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioEffect.cpp |
void SetMixSettings
(
USoundMix * Mix,
bool bIgnorePriority,
bool bForce
)
Parameters
| Name | Remarks |
|---|---|
| Mix | The SoundMix we want to switch to. |
| bIgnorePriority | Whether EQPriority should be ignored to force mix change. |