Classes

UMediaTexture

UTexture > UStreamableRenderAsset > UObject

Implements a texture asset for rendering video tracks from UMediaPlayer assets.

Member Type Offset Share
AddressX

The addressing mode to use for the X axis.

TextureAddress 0xb8
AddressY

The addressing mode to use for the Y axis.

TextureAddress 0xb9
AutoClear

Whether to clear the texture when no media is being played (default = enabled).

bool 0xba
ClearColor

The color used to clear the texture if AutoClear is enabled (default = black).

FLinearColor 0xbc
EnableGenMips

Basic enablement for mip generation (default = false).

bool 0xcc
NumMips

The number of mips to use (default = 1).

char 0xcd
MediaPlayer

The media player asset associated with this texture.

UMediaPlayer* 0xd0