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 } } }