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

UE2:UT2MusicManager (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:PlayListStruct (UT2003))
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MusicManager
Package: 
XInterface
Direct subclass:
UT2OGGMenu
This class in other games:
UT2004

(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 

Instance functions[edit]

MusicChanged[edit]

function MusicChanged ()


SetInitialMusic[edit]

function string SetInitialMusic (string NewSong)


SetMusic[edit]

function SetMusic (string NewSong)