unreal.SourceEffectMotionFilterModDestination

class unreal.SourceEffectMotionFilterModDestination

Bases: unreal.EnumBase

ESource Effect Motion Filter Mod Destination

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SourceEffectMotionFilter.h

FILTER_A_CUTOFF_FREQUENCY

Filter input frequencies range between 20.0f and 15000.0f.

Type

0

FILTER_A_OUTPUT_VOLUME_DB

Filter output dB range between 10.0f and -96.0f. Final Filter output is clamped to +6 dB, use positive values with caution.

Type

2

FILTER_A_RESONANCE

Filter input resonances range between 0.5f and 10.0f.

Type

1

FILTER_B_CUTOFF_FREQUENCY

Filter input frequencies range between 20.0f and 15000.0f.

Type

3

FILTER_B_OUTPUT_VOLUME_DB

Filter output dB range between 10.0f and -96.0f. Final Filter output is clamped to +6 dB, use positive values with caution.

Type

5

FILTER_B_RESONANCE

Filter input resonances range between 0.5f and 10.0f.

Type

4

FILTER_MIX

Filter Mix values range from -1.0f (Filter A) and 1.0f (Filter B).

Type

6