The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

Property group 'InterpTrackSound'

bContinueSoundOnMatineeEnd

Type: bool

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

bSuppressSubtitles

Type: bool

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

Internal variables

Sounds

Type: array<SoundTrackKey>

Array of sounds to play at specific times.

Default values

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

Structs

SoundTrackKey

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