UE2:Stream (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> StreamBase >> Stream |
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 A single music file
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'Stream'
bReadOnly
Type: bool
Modifiers: editconst, const
Whether this stream is read-only (cannot be deleted)
DefaultExtension
Type: string
Modifiers: editconst, private, const
What to use if no extension specified
Default value: "mp3"
Handle
Type: int
Modifiers: editconst, protected
Default value: -1
IDTag
Type: StreamTag
Modifiers: editconst, protected, const, editinline
PathName
Type: StreamBase.FilePath
Modifiers: editconst, private, const, editinline
Type
Type: StreamBase.EFileType
Modifiers: editconst, private, const
Type of file (mp3, wav, ogg)
Functions
Native functions
LoadID3Tag
native final function bool LoadID3Tag ()
SaveID3Tag
native final function bool SaveID3Tag ()
Events
SetHandle
Other instance functions
DumpScriptTag
function DumpScriptTag ()
DumpTags
function DumpTags ()
GetDirectory
function string GetDirectory ()
GetExtension
function string GetExtension ()
GetFileName
function string GetFileName ()
GetFullName
function string GetFullName ()
GetHandle
function int GetHandle ()
GetPath
function string GetPath ()
GetSongTitle
function string GetSongTitle ()
GetTag
function StreamTag GetTag ()
GetType
function StreamBase.EFileType GetType ()
IsReadOnly
function bool IsReadOnly ()