UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UWmfMediaSettings { constexpr auto AllowNonStandardCodecs = 0x28; // bool constexpr auto LowLatency = 0x29; // bool constexpr auto NativeAudioOut = 0x2a; // bool constexpr auto HardwareAcceleratedVideoDecoding = 0x2b; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UWmfMediaSettings { public const byte AllowNonStandardCodecs = 0x28; // bool public const byte LowLatency = 0x29; // bool public const byte NativeAudioOut = 0x2a; // bool public const byte HardwareAcceleratedVideoDecoding = 0x2b; // bool } } }