unreal.ModulationRouting

class unreal.ModulationRouting

Bases: unreal.EnumBase

EModulation Routing

C++ Source:

  • Module: Engine

  • File: SoundModulationDestination.h

DISABLE

Disables modulation routing

Type

0

INHERIT

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

Type

1

OVERRIDE

Ignores inherited settings and uses modulation settings on this object

Type

2