UE3:InterpTrackSound (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:SoundTrackKey (UT3))
UT3 Object >> InterpTrack >> InterpTrackVectorBase >> InterpTrackSound
Package:
Engine
This class in other games:

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