EModulationRouting

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h

Include

#include "Sound/SoundModulationDestination.h"

Syntax

enum EModulationRouting
{
    Disable,
    Inherit,
    Override,
}

Values

Name

Description

Disable

Disables modulation routing

Inherit

Inherits modulation routing (AudioComponent inherits from Sound, Sound inherits from SoundClass)

Override

Ignores inherited settings and uses modulation settings on this object

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