UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace ULoadoutGearElementWidget { constexpr auto ElementViewModel = 0x310; // FLoadoutGearElementAffinityInfo constexpr auto Amount_TextBlock = 0x360; // UTextBlock* constexpr auto Element_Image = 0x368; // UImage* constexpr auto Increase_Image = 0x370; // UImage* constexpr auto Decrease_Image = 0x378; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class ULoadoutGearElementWidget { public const UInt16 ElementViewModel = 0x310; // FLoadoutGearElementAffinityInfo public const UInt16 Amount_TextBlock = 0x360; // UTextBlock* public const UInt16 Element_Image = 0x368; // UImage* public const UInt16 Increase_Image = 0x370; // UImage* public const UInt16 Decrease_Image = 0x378; // UImage* } } }