unreal.ModulationParamMode

class unreal.ModulationParamMode

Bases: EnumBase

Modulation Param Mode

C++ Source:

  • Module: Engine

  • File: SoundNodeModulatorContinuous.h

MPM_ABS: ModulationParamMode

Same as Normal except that the input value is treated as an absolute value

Type:

1

MPM_DIRECT: ModulationParamMode

Use the input value directly without scaling or reference to Min or Max input or output values

Type:

2

MPM_NORMAL: ModulationParamMode

Clamps input value to the range (MinInput, MaxInput) then maps to the range (MinOutput, MaxOutput)

Type:

0