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_MapItem_C { constexpr auto UberGraphFrame = 0x230; // FPointerToUberGraphFrame constexpr auto Button = 0x238; // UButton* constexpr auto ServerName = 0x240; // UTextBlock* constexpr auto Parent = 0x248; // UBP_UMG_HostMap_C* constexpr auto MapInfo = 0x250; // FMapInfo constexpr auto Timer = 0x2d8; // FTimerHandle } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UBP_UMG_MapItem_C { public const UInt16 UberGraphFrame = 0x230; // FPointerToUberGraphFrame public const UInt16 Button = 0x238; // UButton* public const UInt16 ServerName = 0x240; // UTextBlock* public const UInt16 Parent = 0x248; // UBP_UMG_HostMap_C* public const UInt16 MapInfo = 0x250; // FMapInfo public const UInt16 Timer = 0x2d8; // FTimerHandle } } }