UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_OwnershipProgress { constexpr auto m_mcTitle = 0x124; // UGFxObject* constexpr auto m_mcOwnedAmt = 0x12c; // UGFxObject* constexpr auto m_mcTotalAmt = 0x134; // UGFxObject* constexpr auto m_mcProgress = 0x13c; // UGFxObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_OwnershipProgress { public const UInt16 m_mcTitle = 0x124; // UGFxObject* public const UInt16 m_mcOwnedAmt = 0x12c; // UGFxObject* public const UInt16 m_mcTotalAmt = 0x134; // UGFxObject* public const UInt16 m_mcProgress = 0x13c; // UGFxObject* } } }