There is no spoon
UE2:StreamPlaylist (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> StreamBase >> StreamPlaylist |
Contents
- 1 Properties
- 2 Delegates
- 3 Instance functions
- 3.1 AddSong
- 3.2 AddStream
- 3.3 ClearPlaylist
- 3.4 CreateStream
- 3.5 DebugInfo
- 3.6 FindIndexByFileName
- 3.7 FindIndexByFullName
- 3.8 FindIndexByName
- 3.9 FindIndexByPath
- 3.10 GetCurrent
- 3.11 GetCurrentStream
- 3.12 GetPlaylistLength
- 3.13 GetRandomSong
- 3.14 GetSongs
- 3.15 GetStream
- 3.16 GetStreamAt
- 3.17 GetTitle
- 3.18 HandleDebugExec
- 3.19 InitializePlaylist
- 3.20 InsertSong
- 3.21 IsInitialized
- 3.22 LoadPlaylist
- 3.23 NextSong
- 3.24 PrevSong
- 3.25 RemoveSong
- 3.26 RemoveSongAt
- 3.27 ReplaceWith
- 3.28 ResetRandomPool
- 3.29 Save
- 3.30 SetCurrent
- 3.31 SetSongs
- 3.32 SetTitle
- 3.33 ValidStreamIndex
- 3.34 ValidStreamName
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 10/12/2003 A user-configured list of streaming music files.
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'StreamPlaylist'[edit]
bNeedSave[edit]
Type: bool
Modifiers: protected, config
Default value: True
Current[edit]
Type: int
Modifiers: protected, config
FileManager[edit]
Type: StreamInterface
Modifiers: editinline, editconst, noexport, protected
Playlist[edit]
Modifiers: protected, config
RandomPool[edit]
Modifiers: editinline, editconst, noexport, private, editconstarray, transient
Songs[edit]
Modifiers: editinline, editconst, noexport, protected, editconstarray
Title[edit]
Type: string
Modifiers: protected
Delegates[edit]
OnPlaylistChanged[edit]
delegate OnPlaylistChanged ()
Instance functions[edit]
AddSong[edit]
AddStream[edit]
ClearPlaylist[edit]
function bool ClearPlaylist ()
CreateStream[edit]
DebugInfo[edit]
function DebugInfo ()
FindIndexByFileName[edit]
FindIndexByFullName[edit]
FindIndexByName[edit]
FindIndexByPath[edit]
GetCurrent[edit]
function int GetCurrent ()
GetCurrentStream[edit]
function Stream GetCurrentStream ()
GetPlaylistLength[edit]
function int GetPlaylistLength ()
GetRandomSong[edit]
function string GetRandomSong ()
GetSongs[edit]
GetStream[edit]
GetStreamAt[edit]
GetTitle[edit]
function string GetTitle ()
HandleDebugExec[edit]
Overrides: StreamBase.HandleDebugExec
InitializePlaylist[edit]
function bool InitializePlaylist (StreamInterface InManager)
InsertSong[edit]
IsInitialized[edit]
function bool IsInitialized ()
LoadPlaylist[edit]
function bool LoadPlaylist ()
NextSong[edit]
PrevSong[edit]
RemoveSong[edit]
RemoveSongAt[edit]
ReplaceWith[edit]
function ReplaceWith (StreamPlaylist Other)
ResetRandomPool[edit]
function ResetRandomPool ()
Save[edit]
function Save ()