The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:PlaylistParserBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> StreamBase >> StreamInterface >> PlaylistParserBase |
- Package:
- Engine
- Within class:
- StreamPlaylistManager
- Direct subclasses:
- B4SParser, M3UParser, 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/27/2003 Base class for external playlist parsers
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Lines
Paths
PlaylistName
Type: string
SpecialChars
Default value, index 0:
Member | Value |
---|---|
Coded | "&" |
Plain | "&" |
Default value, index 1:
Member | Value |
---|---|
Coded | """ |
Plain | "\"" |
Default value, index 2:
Member | Value |
---|---|
Coded | " " |
Plain | " " |
Default value, index 3:
Member | Value |
---|---|
Coded | "<" |
Plain | "<" |
Default value, index 4:
Member | Value |
---|---|
Coded | ">" |
Plain | ">" |
Default value, index 5:
Member | Value |
---|---|
Coded | "©" |
Plain | "©" |
Default value, index 6:
Member | Value |
---|---|
Coded | "™" |
Plain | "" |
Default value, index 7:
Member | Value |
---|---|
Coded | "®" |
Plain | "®" |
Default value, index 8:
Member | Value |
---|---|
Coded | "'" |
Plain | "'" |
Type
Type: StreamBase.EStreamPlaylistType
Modifiers: private
Structs
HtmlChar
Functions
Static functions
GetTagged
GetValue
HtmlDecode
Instance functions
GetType
function StreamBase.EStreamPlaylistType GetType ()
Import
ImportedPlaylist
ParseLines
function ParseLines ()
SetType
function SetType (StreamBase.EStreamPlaylistType InType)