UE3:SoundCue (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
UT3 Object >> SoundCue
Package: 
Engine

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

Properties

Property group 'SoundCue'

FaceFXAnimName

Type: string

Name of the FaceFX Animation

FaceFXAnimSetRef

Type: FaceFXAnimSet

Reference to FaceFX AnimSet package the animation is in

FaceFXGroupName

Type: string

Name of the FaceFX Group the animation is in

MaxConcurrentPlayCount

Type: int

Maximum number of times this cue can be played concurrently.

Default value: 16

PitchMultiplier

Type: float


Default value: 1.0

VolumeMultiplier

Type: float


Default value: 0.75

Internal variables

CurrentPlayCount

Type: int

Modifiers: const, transient, duplicatetransient

Number of times this cue is currently being played.

Duration

Type: float


EditorData

Type: Map{USoundNode*,FSoundNodeEditorData}

Modifiers: const, native


FirstNode

Type: SoundNode


MaxAudibleDistance

Type: float

Modifiers: transient


SoundGroup

Type: name

Sound group this sound cue belongs to

Structs

SoundNodeEditorData

Modifiers: native, export

int NodePosX 
int NodePosY 

Native functions

GetCueDuration

native function float GetCueDuration ()