Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:SoundGroup (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Sound >> SoundGroup
Package: 
Engine
This class in other games:
UT2004

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

Properties

Property group 'Sound'

Sounds

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

Package

Type: string

Modifiers: deprecated


RenderedSound

Type: Sound

Modifiers: const, transient


TotalLikelihood

Type: float

Modifiers: const, transient, native