UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_TorvaldShieldText { constexpr auto m_mcShieldTextContainer = 0x124; // UGFxObject* constexpr auto m_mcCurrentShieldText = 0x12c; // UGFxObject* constexpr auto m_mcMaxShieldText = 0x134; // UGFxObject* constexpr auto m_fCurrentShield = 0x13c; // float constexpr auto m_fMaxShield = 0x140; // float constexpr auto m_bVisible = 0x144; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_TorvaldShieldText { public const UInt16 m_mcShieldTextContainer = 0x124; // UGFxObject* public const UInt16 m_mcCurrentShieldText = 0x12c; // UGFxObject* public const UInt16 m_mcMaxShieldText = 0x134; // UGFxObject* public const UInt16 m_fCurrentShield = 0x13c; // float public const UInt16 m_fMaxShield = 0x140; // float public const UInt16 m_bVisible = 0x144; // uint32_t : 1 } } }