UPDGameMapIconModule > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDGameMapIconModule > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDGameMapIconCamp { constexpr auto IMG_Area = 0x2a0; // UImage* constexpr auto IMG_Shop = 0x2a8; // UImage* constexpr auto CP_Info = 0x2b0; // UCanvasPanel* constexpr auto CampDrawer = 0x2b8; // UPDGameMapIconCampDrawer* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDGameMapIconModule > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDGameMapIconCamp { public const UInt16 IMG_Area = 0x2a0; // UImage* public const UInt16 IMG_Shop = 0x2a8; // UImage* public const UInt16 CP_Info = 0x2b0; // UCanvasPanel* public const UInt16 CampDrawer = 0x2b8; // UPDGameMapIconCampDrawer* } } }