UE2:StreamPlaylistManager (UT2004)
![]() |
Object >> StreamBase >> StreamPlaylistManager |
- Package:
- Engine
- Known classes within StreamPlaylistManager:
- B4SParser, M3UParser, PlaylistParserBase, PLSParser
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/14/2003 Manages custom playlists
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'StreamPlaylistManager'
bDirty
Type: bool
Modifiers: transient, noexport, protected
bDisableNotification
Type: bool
Modifiers: protected
bRepeat
Type: bool
Modifiers: protected, config
bRepeatAll
Type: bool
Modifiers: protected, config
Default value: True
bShuffle
Type: bool
Modifiers: protected, config
bShuffleAll
Type: bool
Modifiers: protected, config
CurrentPlaylist
Type: int
Modifiers: editconst, protected, config
Index of current playlist
DefaultPlaylistName
Type: string
Modifiers: localized
Default value: "New Playlist"
FileManager
Type: StreamInterface
Modifiers: editinline, editconst, noexport
Parsers
Type: array<PlaylistParserBase>
Modifiers: editconst, noexport, editinline, editconstarray
ParserType
Type: array<PlaylistParser>
Modifiers: config
Default value, index 0:
Default value, index 1:
Default value, index 2:
Playlists
Type: array<StreamPlaylist>
Modifiers: editinline, editconstarray, protected
Structs
PlaylistParser
- StreamBase.EStreamPlaylistType Type
- string ParserClass
Delegates
ChangedActivePlaylist
Instance functions
ActivatePlaylist
AddDirectory
AddPlaylist
AddToPlaylist
AppendPlaylist
ClearCurrentPlaylist
CreateDefaultPlaylist
CreatePlaylist
FindNameIndex
FindPlaylistIndex
GetCurrentIndex
GetCurrentPlaylist
GetCurrentTitle
GetPlaylistAt
GetPlaylistCount
GetPlaylistType
GetRandomPlaylist
GetRandomSong
GetRepeat
GetRepeatAll
GetShuffle
GetShuffleAll
HandleDebugExec
Overrides: StreamBase.HandleDebugExec
ImportPlaylist
Initialize
InitializeParsers
InitializePlaylists
InsertInPlaylist
NextSong
PrevSong
RemoveFromCurrentPlaylist
RemovePlaylist
RemovePlaylistAt
RenamePlaylist
Save
SetRepeat
SetRepeatAll
SetShuffle
SetShuffleAll
ValidIndex
ValidName