unreal.ModulationRouting

class unreal.ModulationRouting

Bases: EnumBase

EModulation Routing

C++ Source:

  • Module: Engine

  • File: SoundModulationDestination.h

DISABLE: ModulationRouting

Disables modulation routing

Type:

0

INHERIT: ModulationRouting

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

Type:

1

OVERRIDE: ModulationRouting

Ignores inherited settings and uses modulation settings on this object

Type:

2

UNION: ModulationRouting

Performs set union on local modulation sources with those inherited (AudioComponent inherits from Sound, Sound inherits from SoundClass)

Type:

3