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 UFormDlg_InputBox_C { constexpr auto UberGraphFrame = 0x268; // FPointerToUberGraphFrame constexpr auto btnCancel = 0x270; // UButton* constexpr auto btnOk = 0x278; // UButton* constexpr auto lbCancel = 0x280; // UTextBlock* constexpr auto lbOk = 0x288; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UFormDlg_InputBox_C { public const UInt16 UberGraphFrame = 0x268; // FPointerToUberGraphFrame public const UInt16 btnCancel = 0x270; // UButton* public const UInt16 btnOk = 0x278; // UButton* public const UInt16 lbCancel = 0x280; // UTextBlock* public const UInt16 lbOk = 0x288; // UTextBlock* } } }