ESoundModulatorOperator

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

AudioModulation

Header

/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundControlBus.h

Include

#include "SoundControlBus.h"

Syntax

enum ESoundModulatorOperator
{
    Multiply,
    Min,
    Max,
    Count,
}

Values

Name

Description

Multiply

Multiply all mix values together

Min

Take the lowest mix value

Max

Take the highest mix value

Count

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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