UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDPerkNotifyUI { constexpr auto HB_PerkNotifyContainer = 0x290; // UVerticalBox* constexpr auto IMG_Icon = 0x298; // UImage* constexpr auto SlotPadding = 0x2a0; // FMargin constexpr auto MaxSlotCount = 0x2b0; // int32_t constexpr auto DefaultDuration = 0x2b4; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDPerkNotifyUI { public const UInt16 HB_PerkNotifyContainer = 0x290; // UVerticalBox* public const UInt16 IMG_Icon = 0x298; // UImage* public const UInt16 SlotPadding = 0x2a0; // FMargin public const UInt16 MaxSlotCount = 0x2b0; // int32_t public const UInt16 DefaultDuration = 0x2b4; // float } } }