UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsEvolutionGunStatusWidget { constexpr auto WeaponImage = 0x530; // UImage* constexpr auto IconSizeBox = 0x538; // USizeBox* constexpr auto SecondaryWeaponImage = 0x540; // UImage* constexpr auto SecondaryIconSizeBox = 0x548; // USizeBox* } } }
public static class Offsets { public static class Classes { // Inheritance: UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsEvolutionGunStatusWidget { public const UInt16 WeaponImage = 0x530; // UImage* public const UInt16 IconSizeBox = 0x538; // USizeBox* public const UInt16 SecondaryWeaponImage = 0x540; // UImage* public const UInt16 SecondaryIconSizeBox = 0x548; // USizeBox* } } }