UPDMatchingUI > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDMatchingUI > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UMatching_C { constexpr auto IMG_Matching_Bg = 0x2b0; // UImage* constexpr auto IMG_Matching_DecoL = 0x2b8; // UImage* constexpr auto IMG_Matching_DecoR = 0x2c0; // UImage* constexpr auto IMG_Matching_Outline = 0x2c8; // UImage* constexpr auto IMG_Matching_Pattern = 0x2d0; // UImage* constexpr auto IMG_Matching_Timer = 0x2d8; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDMatchingUI > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UMatching_C { public const UInt16 IMG_Matching_Bg = 0x2b0; // UImage* public const UInt16 IMG_Matching_DecoL = 0x2b8; // UImage* public const UInt16 IMG_Matching_DecoR = 0x2c0; // UImage* public const UInt16 IMG_Matching_Outline = 0x2c8; // UImage* public const UInt16 IMG_Matching_Pattern = 0x2d0; // UImage* public const UInt16 IMG_Matching_Timer = 0x2d8; // UImage* } } }