DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UMediaPlayer

UObject

Implements a media player asset that can play movies and other media sources.

Member Type Offset Share
OnEndReached

A delegate that is invoked when playback has reached the end of the media.

FMulticastInlineDelegate 0x28
OnMediaClosed

A delegate that is invoked when a media source has been closed.

FMulticastInlineDelegate 0x38
OnMediaOpened

A delegate that is invoked when a media source has been opened.

FMulticastInlineDelegate 0x48
OnMediaOpenFailed

A delegate that is invoked when a media source has failed to open.

FMulticastInlineDelegate 0x58
OnPlaybackResumed

A delegate that is invoked when media playback has been resumed.

FMulticastInlineDelegate 0x68
OnPlaybackSuspended

A delegate that is invoked when media playback has been suspended.

FMulticastInlineDelegate 0x78
OnSeekCompleted

A delegate that is invoked when a seek operation completed successfully.

FMulticastInlineDelegate 0x88
OnTracksChanged

A delegate that is invoked when the media track collection changed.

FMulticastInlineDelegate 0x98
CacheAhead

Duration of samples to cache ahead of the play head.

FTimespan 0xa8
CacheBehind

Duration of samples to cache behind the play head (when not running as game).

FTimespan 0xb0
CacheBehindGame

Duration of samples to cache behind the play head (when running as game).

FTimespan 0xb8
NativeAudioOut

Output any audio via the operating system's sound mixer instead of a Sound Wave asset.

bool 0xc0
PlayOnOpen

Automatically start playback after media opened successfully.

bool 0xc1
Shuffle : 1 char 0xc4
Loop : 1 char 0xc4
Playlist

The play list to use, if any.

UMediaPlaylist* 0xc8
PlaylistIndex

The current index of the source in the play list being played.

int32_t 0xd0
TimeDelay

Delay of the player's time.

FTimespan 0xd8
HorizontalFieldOfView

The initial horizontal field of view (in Euler degrees; default = 90).

float 0xe0
VerticalFieldOfView

The initial vertical field of view (in Euler degrees; default = 60).

float 0xe4
ViewRotation

The initial view rotation.

FRotator 0xe8
PlayerGuid FGuid 0x120