I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:M3UParser (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
Engine
Within class: 
StreamPlaylistManager

Created on: 10/27/2003 Specialized parser for WinAmp PLS playlists

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

ParsedPath

Type: StreamBase.FilePath


Instance functions

Import

function bool Import (int PlaylistIndex, int InsertPosition, string Path)

Overrides: PlaylistParserBase.Import


MatchPath

function string MatchPath (string Str)


ParseLines

function ParseLines ()

Overrides: PlaylistParserBase.ParseLines