UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UHUDWeaponCooldownWidget { constexpr auto CoolDownImage = 0x360; // UImage* constexpr auto CoolDownImageMat = 0x368; // UMaterialInstanceDynamic* constexpr auto Progress = 0x370; // float constexpr auto ProgressScalerName = 0x374; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UHUDWeaponCooldownWidget { public const UInt16 CoolDownImage = 0x360; // UImage* public const UInt16 CoolDownImageMat = 0x368; // UMaterialInstanceDynamic* public const UInt16 Progress = 0x370; // float public const UInt16 ProgressScalerName = 0x374; // FName } } }