UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_LeagueTierChange { constexpr auto m_League = 0x64; // UUIDataLeague* constexpr auto m_PrevTier = 0x6c; // UUIDataLeagueTier* constexpr auto m_NextTier = 0x74; // UUIDataLeagueTier* constexpr auto m_ePromotionType = 0x7c; // UIDLTC_PromotionType } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_LeagueTierChange { public const byte m_League = 0x64; // UUIDataLeague* public const byte m_PrevTier = 0x6c; // UUIDataLeagueTier* public const byte m_NextTier = 0x74; // UUIDataLeagueTier* public const byte m_ePromotionType = 0x7c; // UIDLTC_PromotionType } } }