UE2:UT2MusicManager (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:PlayListStruct (UT2004))
Jump to navigation Jump to search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MusicManager
Package: 
XInterface

(C) 2002, Epic Games

Properties

PlayList

Type: PlayListStruct

Modifiers: config


Default values

Property Value
bPersistent True

Structs

PlayListStruct

bool bRepeat 
bool bShuffle 
string Current 
array<string> Songs 

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

MusicChanged

function MusicChanged ()


NotifyLevelChange

function bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


SetInitialMusic

function string SetInitialMusic (string NewSong)


SetMusic

function SetMusic (string NewSong)