Gah - a solution with more questions. – EntropicLqd

UE2:SoundGroup (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:49, 29 November 2008 by Wormbo (Talk | contribs) (filled in public descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Sound >> SoundGroup
Package: 
Engine
This class in other games:
UT2003

Sound groups can be used to randomly select one of several Sounds for playback.

Properties[edit]

Property group 'Sound'[edit]

Sounds[edit]

Type: array<Sound>

Modifiers: native

The list of sounds available in this group. The Likelyhood values of the individual sounds are used to give the sounds different weights when selecting a sound for playback.

Internal variables[edit]

Package[edit]

Type: string

Modifiers: deprecated


RenderedSound[edit]

Type: Sound

Modifiers: const, transient


TotalLikelihood[edit]

Type: float

Modifiers: const, transient, native