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)
UBaseMediaSource > UMediaSource > UObject
namespace Offsets { namespace Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject namespace UImgMediaSource { constexpr auto FrameRateOverride = 0x88; // FFrameRate constexpr auto ProxyOverride = 0x90; // FString constexpr auto SequencePath = 0xa0; // FDirectoryPath } } }
public static class Offsets { public static class Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject public static class UImgMediaSource { public const byte FrameRateOverride = 0x88; // FFrameRate public const byte ProxyOverride = 0x90; // FString public const byte SequencePath = 0xa0; // FDirectoryPath } } }