UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDCoinInfoUI { constexpr auto CP_RoundCoinBoard = 0x298; // UCanvasPanel* constexpr auto VB_CoinList = 0x2a0; // UVerticalBox* constexpr auto TB_TotalCoin = 0x2a8; // UPDTextBlock* constexpr auto ShowDuration = 0x2b0; // float constexpr auto MaxListNum = 0x2b4; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDCoinInfoUI { public const UInt16 CP_RoundCoinBoard = 0x298; // UCanvasPanel* public const UInt16 VB_CoinList = 0x2a0; // UVerticalBox* public const UInt16 TB_TotalCoin = 0x2a8; // UPDTextBlock* public const UInt16 ShowDuration = 0x2b0; // float public const UInt16 MaxListNum = 0x2b4; // int32_t } } }