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 UWBP_Egg_C { constexpr auto UberGraphFrame = 0x230; // FPointerToUberGraphFrame constexpr auto Glow = 0x238; // UImage* constexpr auto Progress = 0x240; // UProgressBar* constexpr auto Nest = 0x248; // ABP_BaseNest_C* constexpr auto Egg = 0x250; // UBP_NestEgg_C* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UWBP_Egg_C { public const UInt16 UberGraphFrame = 0x230; // FPointerToUberGraphFrame public const UInt16 Glow = 0x238; // UImage* public const UInt16 Progress = 0x240; // UProgressBar* public const UInt16 Nest = 0x248; // ABP_BaseNest_C* public const UInt16 Egg = 0x250; // UBP_NestEgg_C* } } }