FAudioEffectsManager::SetMixSettings

Engine hook to handle setting and fading in of EQ effects and group ducking

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioEffect.h

Include

#include "AudioEffect.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp

Syntax

void SetMixSettings
(
    USoundMix * Mix,
    bool bIgnorePriority,
    bool bForce
)

Remarks

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.

Parameters

Parameter

Description

Mix

The SoundMix we want to switch to.

bIgnorePriority

Whether EQPriority should be ignored to force mix change.

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