| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- Engine.StreamBase | +-- Engine.Stream
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| Stream | |
| bool | bReadOnly |
| string | DefaultExtension |
| int | Handle |
| StreamTag | IDTag |
| FilePath | PathName |
| EFileType | Type |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[7], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.StreamBase |
|---|
| EFileType, EStreamPlaylistType |
| Inherited Enumerations from Core.Object |
|---|
| EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
| Structures Summary |
|---|
| Inherited Structures from Engine.StreamBase |
|---|
| FilePath, ID3Field |
| Inherited Structures from Core.Object |
|---|
| BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
| Functions Summary | ||
|---|---|---|
![]() | DumpScriptTag ())) | |
![]() | DumpTags ())) | |
![]() | string | GetDirectory ())) |
![]() | string | GetExtension ())) |
![]() | string | GetFileName ())) |
![]() | string | GetFullName ())) |
![]() | int | GetHandle ())) |
![]() | string | GetPath ())) |
![]() | string | GetSongTitle ())) |
![]() | StreamTag | GetTag ())) |
![]() | EFileType | GetType ())) |
![]() | bool | IsReadOnly ())) |
![]() | bool | LoadID3Tag () |
![]() | bool | SaveID3Tag () |
![]() | bool | SetHandle (int NewHandle )) |
| Inherited Functions from Engine.StreamBase |
|---|
| *, *=, CompareNames, ConvertToFileExtension, ConvertToFileType, FormatTimeDisplay, GetPathRoot, GetPathSeparator, HandleDebugExec, HasExtension, IsCaseSensitive, ParseDirectories, ParseExtension, ParsePath, RevInStr |
| Variables Detail |
|---|
| Functions Detail |
|---|
DumpScriptTag Source code
DumpTags Source code
GetDirectory Source code
GetExtension Source code
GetFileName Source code
GetFullName Source code
GetHandle Source code
GetPath Source code
GetSongTitle Source code
GetTag Source code
GetType Source code
IsReadOnly Source code
LoadID3Tag Source code
SaveID3Tag Source code
SetHandle Source code| Defaultproperties |
|---|
defaultproperties
{
DefaultExtension="mp3"
Type=FILE_None
Handle=-1
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||