Always snap to grid

UE3:SoundNodeOscillator (UDK)

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

Defines how a sound oscillates

Properties[edit]

Property group 'Oscillator'[edit]

AmplitudeMax[edit]

Type: float

An amplitude of 0.25 would oscillate between 0.75 and 1.25

AmplitudeMin[edit]

Type: float

An amplitude of 0.25 would oscillate between 0.75 and 1.25

bModulatePitch[edit]

Type: bool

Whether to oscillate pitch

bModulateVolume[edit]

Type: bool

Whether to oscillate volume

CenterMax[edit]

Type: float

A center of 0.5 would oscillate around 0.5

CenterMin[edit]

Type: float

A center of 0.5 would oscillate around 0.5

FrequencyMax[edit]

Type: float

A frequency of 20 would oscillate at 10Hz

FrequencyMin[edit]

Type: float

A frequency of 20 would oscillate at 10Hz

OffsetMax[edit]

Type: float

Offset into the sine wave. Value modded by 2 * PI

OffsetMin[edit]

Type: float

Offset into the sine wave. Value modded by 2 * PI

Internal variables[edit]

Amplitude[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionAmplitude
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

Center[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionCenter
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

Frequency[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionFrequency
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

Offset[edit]

Type: DistributionFloat.RawDistributionFloat

Modifiers: deprecated


Default value:

Member Value
Distribution DistributionOffset
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1