UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDWorldMapUI { constexpr auto GameMap = 0x288; // UPDGameMapModule* constexpr auto ZoomScaleMin = 0x290; // float constexpr auto ZoomScaleMax = 0x294; // float constexpr auto ZoomScaleStep = 0x298; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDWorldMapUI { public const UInt16 GameMap = 0x288; // UPDGameMapModule* public const UInt16 ZoomScaleMin = 0x290; // float public const UInt16 ZoomScaleMax = 0x294; // float public const UInt16 ZoomScaleStep = 0x298; // float } } }