unreal.SourceEffectMotionFilterModSource

class unreal.SourceEffectMotionFilterModSource

Bases: unreal.EnumBase

ESource Effect Motion Filter Mod Source

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SourceEffectMotionFilter.h

DISTANCE_FROM_LISTENER

Uunits between Listener and Sound Source.

Type

0

SPEED_OF_ANGLE_DELTA

Degrees per second change in Angle of Source from Listener.

Type

4

SPEED_OF_LISTENER

Uunits per second change in world location of Listener.

Type

3

SPEED_OF_SOURCE_EMITTER

Uunits per second change in world location of Sound Source.

Type

2

SPEED_RELATIVE_TO_LISTENER

Uunits per second change in distance between Listener and Sound Source.

Type

1