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

UE3:SoundCue (UT3)

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

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

Properties[edit]

Property group 'SoundCue'[edit]

FaceFXAnimName[edit]

Type: string

Name of the FaceFX Animation

FaceFXAnimSetRef[edit]

Type: FaceFXAnimSet

Reference to FaceFX AnimSet package the animation is in

FaceFXGroupName[edit]

Type: string

Name of the FaceFX Group the animation is in

MaxConcurrentPlayCount[edit]

Type: int

Maximum number of times this cue can be played concurrently.

Default value: 16

PitchMultiplier[edit]

Type: float


Default value: 1.0

VolumeMultiplier[edit]

Type: float


Default value: 0.75

Internal variables[edit]

CurrentPlayCount[edit]

Type: int

Modifiers: const, transient, duplicatetransient

Number of times this cue is currently being played.

Duration[edit]

Type: float


EditorData[edit]

Type: Map{USoundNode*,FSoundNodeEditorData}

Modifiers: const, native


FirstNode[edit]

Type: SoundNode


MaxAudibleDistance[edit]

Type: float

Modifiers: transient


SoundGroup[edit]

Type: name

Sound group this sound cue belongs to

Structs[edit]

SoundNodeEditorData[edit]

Modifiers: native, export

int NodePosX 
int NodePosY 

Native functions[edit]

GetCueDuration[edit]

native function float GetCueDuration ()