Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:SoundNodeModulator (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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