UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDStatusBoardSeedSlot { constexpr auto IMG_SEED = 0x288; // UImage* constexpr auto B_SEED = 0x290; // UBorder* constexpr auto MouseNormalColor = 0x298; // FLinearColor constexpr auto MouseOverColor = 0x2a8; // FLinearColor constexpr auto DragDropOperation = 0x2b8; // UDragDropOperation* constexpr auto InvenDrag = 0x2c0; // UPDInvenDrag* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDStatusBoardSeedSlot { public const UInt16 IMG_SEED = 0x288; // UImage* public const UInt16 B_SEED = 0x290; // UBorder* public const UInt16 MouseNormalColor = 0x298; // FLinearColor public const UInt16 MouseOverColor = 0x2a8; // FLinearColor public const UInt16 DragDropOperation = 0x2b8; // UDragDropOperation* public const UInt16 InvenDrag = 0x2c0; // UPDInvenDrag* } } }