UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDPurchaseMsg { constexpr auto B_MessageBg = 0x288; // UBorder* constexpr auto T_Message = 0x290; // UPDTextBlock* constexpr auto SuccessBGColor = 0x298; // FLinearColor constexpr auto FailBGColor = 0x2a8; // FLinearColor constexpr auto SuccessTextColor = 0x2b8; // FSlateColor constexpr auto FailTextColor = 0x2e0; // FSlateColor } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDPurchaseMsg { public const UInt16 B_MessageBg = 0x288; // UBorder* public const UInt16 T_Message = 0x290; // UPDTextBlock* public const UInt16 SuccessBGColor = 0x298; // FLinearColor public const UInt16 FailBGColor = 0x2a8; // FLinearColor public const UInt16 SuccessTextColor = 0x2b8; // FSlateColor public const UInt16 FailTextColor = 0x2e0; // FSlateColor } } }