I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:InterpTrackSound (UT3)

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

null

Properties[edit]

Property group 'InterpTrackSound'[edit]

bContinueSoundOnMatineeEnd[edit]

Type: bool

If true, sounds on this track will not be forced to finish when the matinee sequence finishes.

bSuppressSubtitles[edit]

Type: bool

If TRUE, don't show subtitles for sounds played by this track.

Internal variables[edit]

Sounds[edit]

Type: array<SoundTrackKey>

Array of sounds to play at specific times.

Default values[edit]

Property Value
TrackInstClass Class'Engine.InterpTrackInstSound'
TrackTitle "Sound"

Structs[edit]

SoundTrackKey[edit]

Modifiers: native

Information for one sound in the track.

float Time 
float Volume 
float Pitch 
SoundCue Sound 

Default values:

Property Value
Pitch 1.0
Volume 1.0