Member | Type | Offset | Share |
---|---|---|---|
OnEndReached
A delegate that is invoked when playback has reached the end of the media. |
FMulticastInlineDelegate | 0x 28 | |
OnMediaClosed
A delegate that is invoked when a media source has been closed. |
FMulticastInlineDelegate | 0x 38 | |
OnMediaOpened
A delegate that is invoked when a media source has been opened. |
FMulticastInlineDelegate | 0x 48 | |
OnMediaOpenFailed
A delegate that is invoked when a media source has failed to open. |
FMulticastInlineDelegate | 0x 58 | |
OnPlaybackResumed
A delegate that is invoked when media playback has been resumed. |
FMulticastInlineDelegate | 0x 68 | |
OnPlaybackSuspended
A delegate that is invoked when media playback has been suspended. |
FMulticastInlineDelegate | 0x 78 | |
OnSeekCompleted
A delegate that is invoked when a seek operation completed successfully. |
FMulticastInlineDelegate | 0x 88 | |
OnTracksChanged
A delegate that is invoked when the media track collection changed. |
FMulticastInlineDelegate | 0x 98 | |
CacheAhead
Duration of samples to cache ahead of the play head. |
FTimespan | 0x a8 | |
CacheBehind
Duration of samples to cache behind the play head (when not running as game). |
FTimespan | 0x b0 | |
CacheBehindGame
Duration of samples to cache behind the play head (when running as game). |
FTimespan | 0x b8 | |
NativeAudioOut
Output any audio via the operating system's sound mixer instead of a Sound Wave asset. |
bool | 0x c0 | |
PlayOnOpen
Automatically start playback after media opened successfully. |
bool | 0x c1 | |
Shuffle : 1 | char | 0x c4 | |
Loop : 1 | char | 0x c4 | |
Playlist
The play list to use, if any. |
UMediaPlaylist* | 0x c8 | |
PlaylistIndex
The current index of the source in the play list being played. |
int32_t | 0x d0 | |
TimeDelay
Delay of the player's time. |
FTimespan | 0x d8 | |
HorizontalFieldOfView
The initial horizontal field of view (in Euler degrees; default = 90). |
float | 0x e0 | |
VerticalFieldOfView
The initial vertical field of view (in Euler degrees; default = 60). |
float | 0x e4 | |
ViewRotation
The initial view rotation. |
FRotator | 0x e8 | |
PlayerGuid | FGuid | 0x 120 |