UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UMobileMenuBarItem { constexpr auto Width = 0x60; // int32_t constexpr auto Height = 0x64; // int32_t constexpr auto VpPos = 0x68; // FVector2D } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UMobileMenuBarItem { public const byte Width = 0x60; // int32_t public const byte Height = 0x64; // int32_t public const byte VpPos = 0x68; // FVector2D } } }