UBaseMediaSource > UMediaSource > UObject
namespace Offsets { namespace Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject namespace UPhoenixMediaSource { constexpr auto MediaSettings = 0x88; // UPhoenixMediaSettings* constexpr auto BaseFileName = 0x90; // FString constexpr auto BaseMoviePath = 0xa0; // FString constexpr auto PrecacheFile = 0xb0; // bool constexpr auto DisableResolutionHandling = 0xb1; // bool constexpr auto EnableLocalizationHandling = 0xb2; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject public static class UPhoenixMediaSource { public const byte MediaSettings = 0x88; // UPhoenixMediaSettings* public const byte BaseFileName = 0x90; // FString public const byte BaseMoviePath = 0xa0; // FString public const byte PrecacheFile = 0xb0; // bool public const byte DisableResolutionHandling = 0xb1; // bool public const byte EnableLocalizationHandling = 0xb2; // bool } } }