Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:StreamInteraction (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Interactions >> Interaction >> StreamInteraction |
- Package:
- Engine
| This is an auto-generated page and may need human attention. Please remove this 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 Relays player input to the appropriate handlers on behalf of the streaming music system Relays notification of streaming music events to the appropriate handlers
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
[edit] Constants
[edit] INVALIDSONGHANDLE
Value: 0
[edit] Properties
[edit] Property group 'StreamInteraction'
[edit] bAutoStart
Type: bool
Modifiers: config
Whether to automatically start the stream player when the game is started
[edit] bDisplayTrackChanges
Type: bool
Modifiers: config
When new song begins, display the track name on the HUD for a few seconds
[edit] bRestartTrack
Type: bool
Modifiers: transient, editconst, noexport, protected
Used to restart stream after level change
[edit] bTrackWaiting
Type: bool
Modifiers: transient, editconst, noexport, protected
Used to switch tracks
[edit] CurrentSong
Type: string
Modifiers: editconst, noexport, protected
[edit] CurrentSongDuration
Type: float
Modifiers: editconst, noexport, protected
[edit] CurrentSongHandle
Type: int
Modifiers: editconst, noexport, protected
[edit] CurrentSongPosition
Type: float
Modifiers: editconst, noexport, protected
[edit] CurrentStreamAttachment
Type: Stream
Modifiers: editconst, noexport
[edit] FadeInSeconds
Type: float
Modifiers: config
Default value: 0.5
[edit] FadeOutSeconds
Type: float
Modifiers: config
Default value: 0.5
[edit] FileManager
Type: StreamInterface
Modifiers: editconst, noexport, editinline
[edit] LastPlayTime
Type: float
Modifiers: editconst, noexport, protected
[edit] PlaylistManager
Type: StreamPlaylistManager
Modifiers: editconst, noexport, editinline
[edit] PlaylistManagerType
Type: string
Modifiers: config
[edit] Default values
| Property | Value |
|---|---|
| bRequiresTick | True |
[edit] Delegates
[edit] OnAdjustVolume
[edit] OnStreamChanged
[edit] OnStreamingStopped
[edit] Functions
[edit] Exec functions
[edit] GetCurrentStream
[edit] NextSong
[edit] PauseSong
[edit] PlaySong
[edit] PrevSong
[edit] SeekStream
[edit] SetMusicVolume
[edit] StopSong
[edit] streamdebug
[edit] Native functions
[edit] IsPaused
[edit] Events
[edit] Initialized
Overrides: Interaction.Initialized
[edit] NotifyLevelChange
Overrides: Interaction.NotifyLevelChange
[edit] Tick
Overrides: Interaction.Tick
[edit] Other instance functions
[edit] ClearSongInfo
[edit] CreateFileManager
[edit] CreatePlaylistManager
[edit] CurrentHandle
[edit] GetStreamDuration
[edit] GetStreamPosition
[edit] GetStreamVolume
[edit] HasPlayer
[edit] IsPlaying
[edit] KillMusic
[edit] PC
[edit] PlayStream
[edit] QueueNextSong
[edit] Seek
[edit] SetStreamAttachment
[edit] StreamFinished
Overrides: Interaction.StreamFinished
