I'm a doctor, not a mechanic

UE2:UT2MusicManager (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MusicManager
Package: 
XInterface
This class in other games:
UT2003

(C) 2002, Epic Games

Properties[edit]

PlayList[edit]

Type: PlayListStruct

Modifiers: config


Default values[edit]

Property Value
bPersistent True

Structs[edit]

PlayListStruct[edit]

bool bRepeat 
bool bShuffle 
string Current 
array<string> Songs 

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

MusicChanged[edit]

function MusicChanged ()


NotifyLevelChange[edit]

function bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


SetInitialMusic[edit]

function string SetInitialMusic (string NewSong)


SetMusic[edit]

function SetMusic (string NewSong)