Disclaimer If 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)
UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UMediaComponent { constexpr auto MediaTexture = 0xb0; // UMediaTexture* constexpr auto MediaPlayer = 0xb8; // UMediaPlayer* } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UMediaComponent { public const byte MediaTexture = 0xb0; // UMediaTexture* public const byte MediaPlayer = 0xb8; // UMediaPlayer* } } }