UMobileMenuObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UMobileMenuObject > UObject namespace UMobileMenuButton { constexpr auto Images0x2 = 0xdc; // UTexture2D* constexpr auto ImagesUVs0x2 = 0xec; // FUVCoords constexpr auto ImageColor = 0x114; // FLinearColor constexpr auto Caption = 0x124; // FString constexpr auto CaptionColor = 0x134; // FLinearColor } } }
public static class Offsets { public static class Classes { // Inheritance: UMobileMenuObject > UObject public static class UMobileMenuButton { public const byte Images0x2 = 0xdc; // UTexture2D* public const byte ImagesUVs0x2 = 0xec; // FUVCoords public const UInt16 ImageColor = 0x114; // FLinearColor public const UInt16 Caption = 0x124; // FString public const UInt16 CaptionColor = 0x134; // FLinearColor } } }