Mostly Harmless

UE2:Stream (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> StreamBase >> Stream
Package: 
Engine
Known classes within Stream:
StreamTag

Created on: 10/12/2003 A single music file

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

Properties[edit]

Property group 'Stream'[edit]

bReadOnly[edit]

Type: bool

Modifiers: editconst, const

Whether this stream is read-only (cannot be deleted)

DefaultExtension[edit]

Type: string

Modifiers: editconst, private, const

What to use if no extension specified

Default value: "mp3"

Handle[edit]

Type: int

Modifiers: editconst, protected


Default value: -1

IDTag[edit]

Type: StreamTag

Modifiers: editconst, protected, const, editinline


PathName[edit]

Type: StreamBase.FilePath

Modifiers: editconst, private, const, editinline


Type[edit]

Type: StreamBase.EFileType

Modifiers: editconst, private, const

Type of file (mp3, wav, ogg)

Functions[edit]

Native functions[edit]

LoadID3Tag[edit]

native final function bool LoadID3Tag ()


SaveID3Tag[edit]

native final function bool SaveID3Tag ()


Events[edit]

SetHandle[edit]

event bool SetHandle (int NewHandle)


Other instance functions[edit]

DumpScriptTag[edit]

function DumpScriptTag ()


DumpTags[edit]

function DumpTags ()


GetDirectory[edit]

function string GetDirectory ()


GetExtension[edit]

function string GetExtension ()


GetFileName[edit]

function string GetFileName ()


GetFullName[edit]

function string GetFullName ()


GetHandle[edit]

function int GetHandle ()


GetPath[edit]

function string GetPath ()


GetSongTitle[edit]

function string GetSongTitle ()


GetTag[edit]

function StreamTag GetTag ()


GetType[edit]

function StreamBase.EFileType GetType ()


IsReadOnly[edit]

function bool IsReadOnly ()