Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:SoundCue (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> SoundCue

Contents

Package: 
Engine
This class in other games:
UDK

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

[edit] Properties

[edit] Property group 'SoundCue'

[edit] FaceFXAnimName

Type: string

Name of the FaceFX Animation

[edit] FaceFXAnimSetRef

Type: FaceFXAnimSet

Reference to FaceFX AnimSet package the animation is in

[edit] FaceFXGroupName

Type: string

Name of the FaceFX Group the animation is in

[edit] MaxConcurrentPlayCount

Type: int

Maximum number of times this cue can be played concurrently.

Default value: 16

[edit] PitchMultiplier

Type: float


Default value: 1.0

[edit] VolumeMultiplier

Type: float


Default value: 0.75

[edit] Internal variables

[edit] CurrentPlayCount

Type: int

Modifiers: const, transient, duplicatetransient

Number of times this cue is currently being played.

[edit] Duration

Type: float


[edit] EditorData

Type: Map{USoundNode*,FSoundNodeEditorData}

Modifiers: const, native


[edit] FirstNode

Type: SoundNode


[edit] MaxAudibleDistance

Type: float

Modifiers: transient


[edit] SoundGroup

Type: name

Sound group this sound cue belongs to

[edit] Structs

[edit] SoundNodeEditorData

Modifiers: native, export

int NodePosX 
int NodePosY 

[edit] Native functions

[edit] GetCueDuration

native function float GetCueDuration ()


Personal tools