Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UBP_UMG_HostMap_C { constexpr auto UberGraphFrame = 0x230; // FPointerToUberGraphFrame constexpr auto BGI1 = 0x238; // UImage* constexpr auto Highlight = 0x240; // UImage* constexpr auto MapPreview = 0x248; // UImage* constexpr auto ScrollBox_Maps = 0x250; // UScrollBox* constexpr auto Static = 0x258; // UImage* constexpr auto Parent = 0x260; // UBP_UMG_HostMenu_C* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UBP_UMG_HostMap_C { public const UInt16 UberGraphFrame = 0x230; // FPointerToUberGraphFrame public const UInt16 BGI1 = 0x238; // UImage* public const UInt16 Highlight = 0x240; // UImage* public const UInt16 MapPreview = 0x248; // UImage* public const UInt16 ScrollBox_Maps = 0x250; // UScrollBox* public const UInt16 Static = 0x258; // UImage* public const UInt16 Parent = 0x260; // UBP_UMG_HostMenu_C* } } }