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_MsgBoxWndLarge_C { constexpr auto UberGraphFrame = 0x230; // FPointerToUberGraphFrame constexpr auto Image_160 = 0x238; // UImage* constexpr auto MessageBoxLarge = 0x240; // UBP_UMG_MsgBoxLarge_C* constexpr auto bNeedCursor = 0x248; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UBP_UMG_MsgBoxWndLarge_C { public const UInt16 UberGraphFrame = 0x230; // FPointerToUberGraphFrame public const UInt16 Image_160 = 0x238; // UImage* public const UInt16 MessageBoxLarge = 0x240; // UBP_UMG_MsgBoxLarge_C* public const UInt16 bNeedCursor = 0x248; // bool } } }