UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDRoundRecordItem { constexpr auto TB_Title = 0x288; // UPDTextBlock* constexpr auto TB_Content = 0x290; // UPDTextBlock* constexpr auto IMG_Coin = 0x298; // UImage* constexpr auto VisibleCoinIcon = 0x2a0; // bool constexpr auto IMG_Glow = 0x2a8; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDRoundRecordItem { public const UInt16 TB_Title = 0x288; // UPDTextBlock* public const UInt16 TB_Content = 0x290; // UPDTextBlock* public const UInt16 IMG_Coin = 0x298; // UImage* public const UInt16 VisibleCoinIcon = 0x2a0; // bool public const UInt16 IMG_Glow = 0x2a8; // UImage* } } }