Mostly Harmless

UE3:SeqAct_PlaySound (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent >> SeqAct_PlaySound
Package: 
Engine
Direct subclass:
UIAction_PlaySound
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

Property group 'SeqAct_PlaySound'

bSuppressSubtitles

Type: bool

TRUE to suppress display of any subtitles the soundcue may have. FALSE for normal subtitle behavior.

ExtraDelay

Type: float

Additional dead space to append to SoundDuration

FadeInTime

Type: float

Time taken for sound to fade in when action is activated.

FadeOutTime

Type: float

Time take for sound to fade out when Stop input is fired.

PitchMultiplier

Type: float

Pitch multiplier propagated to audio component

Default value: 1.0

PlaySound

Type: SoundCue

Sound cue to play on the targeted actor(s)

VolumeMultiplier

Type: float

Volume multiplier propagated to audio component

Default value: 1.0

Internal variables

bStopped

Type: bool

Modifiers: transient

Was this sound stopped?

SoundDuration

Type: float

Modifiers: transient

Remaining duration of sound, for timing activation of 'Finished' output

Default values

Property Value
InputLinks[0]
Member Value
LinkDesc "Play"
InputLinks[1]
Member Value
LinkDesc "Stop"
ObjCategory "Sound"
ObjClassVersion 2
ObjName "Play Sound"
OutputLinks[0]
Member Value
LinkDesc "Out"
OutputLinks[1]
Member Value
LinkDesc "Finished"
OutputLinks[2]
Member Value
LinkDesc "Stopped"