| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- Engine.StreamBase | +-- Engine.StreamInterface
PlaylistParserBase
| 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 | |
|---|---|
| string | CurrentDirectory |
| 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 | ||
|---|---|---|
![]() | ChangeDirectory (string DirectoryName )) | |
![]() | string | CreateDirectory (string DirectoryName) |
![]() | Stream | CreateStream (string FileName, optional bool bStrict) |
![]() | string | GetBaseDirectory () |
![]() | string | GetCurrentDirectory ())) |
![]() | bool | GetDirectoryContents (out array<string> Contents, optional string DirectoryName, optional EFileType FileType) |
![]() | bool | GetDriveLetters (out array<string> Letters) |
![]() | bool | HandleDebugExec (string Command, string Param )) |
![]() | bool | LoadPlaylist (string FileName, out array<string> Lines, optional bool bStrict) |
![]() | bool | RemoveDirectory (string DirectoryName) |
![]() | bool | ValidDirectory (optional string DirectoryPath) |
![]() | bool | ValidFile (string FileName) |
| Inherited Functions from Engine.StreamBase |
|---|
| *, *=, CompareNames, ConvertToFileExtension, ConvertToFileType, FormatTimeDisplay, GetPathRoot, GetPathSeparator, HandleDebugExec, HasExtension, IsCaseSensitive, ParseDirectories, ParseExtension, ParsePath, RevInStr |
| Variables Detail |
|---|
| Functions Detail |
|---|
ChangeDirectory Source code
CreateDirectory Source code
CreateStream Source code
GetBaseDirectory Source code
GetCurrentDirectory Source code
GetDirectoryContents Source code
GetDriveLetters Source code
HandleDebugExec Source code
LoadPlaylist Source code
RemoveDirectory Source code
ValidDirectory Source code
ValidFile Source code| Defaultproperties |
|---|
defaultproperties
{
CurrentDirectory="C:\Unreal Anthology\UT2004\Music\MUA1\"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||