Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:SoundNodeModulator (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SoundNode >> SoundNodeModulator
Package: 
Engine
This class in other games:
UT3

Defines a random volume and pitch modification when a sound starts

Properties[edit]

Property group 'Modulation'[edit]

PitchMax[edit]

Type: float

The upper bound of pitch (1.0 is no change)

Default value: 1.05

PitchMin[edit]

Type: float

The lower bound of pitch (1.0 is no change)

Default value: 0.95

VolumeMax[edit]

Type: float

The upper bound of volume (1.0 is no change)

Default value: 1.05

VolumeMin[edit]

Type: float

The lower bound of volume (1.0 is no change)

Default value: 0.95

Internal variables[edit]

PitchModulation[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionPitch
LookupTable
  1. 0.95
  2. 1.05
  3. 0.95
  4. 1.05
  5. 0.95
  6. 1.05
LookupTableChunkSize 2
LookupTableNumElements 2
Op 2

VolumeModulation[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionVolume
LookupTable
  1. 0.95
  2. 1.05
  3. 0.95
  4. 1.05
  5. 0.95
  6. 1.05
LookupTableChunkSize 2
LookupTableNumElements 2
Op 2