UE2:StreamInterface (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> StreamBase >> StreamInterface |
- Package:
- Engine
- Direct subclass:
- PlaylistParserBase
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 Handles file & directory manipulation for streaming music files. Could support arbitrary filetypes with very little modification
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
CurrentDirectory
Type: string
Modifiers: private, globalconfig
Functions
Native functions
CreateDirectory
CreateStream
GetBaseDirectory
native final private function string GetBaseDirectory ()
GetDirectoryContents
native final function bool GetDirectoryContents (out array<string> Contents, optional string DirectoryName, optional StreamBase.EFileType FileType)
GetDriveLetters
LoadPlaylist
native final function bool LoadPlaylist (string FileName, out array<string> Lines, optional bool bStrict)
RemoveDirectory
ValidDirectory
ValidFile
Other instance functions
ChangeDirectory
function ChangeDirectory (string DirectoryName)
GetCurrentDirectory
function string GetCurrentDirectory ()
HandleDebugExec
Overrides: StreamBase.HandleDebugExec