UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_AnimatedText { constexpr auto m_fTime = 0x124; // float constexpr auto m_fDelay = 0x128; // float constexpr auto m_fIconOffset = 0x12c; // float constexpr auto m_fCurrent = 0x130; // float constexpr auto m_fTarget = 0x134; // float constexpr auto m_fDelta = 0x138; // float constexpr auto m_mcTF = 0x13c; // UGFxObject* constexpr auto m_mcIcon = 0x144; // UGFxObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_AnimatedText { public const UInt16 m_fTime = 0x124; // float public const UInt16 m_fDelay = 0x128; // float public const UInt16 m_fIconOffset = 0x12c; // float public const UInt16 m_fCurrent = 0x130; // float public const UInt16 m_fTarget = 0x134; // float public const UInt16 m_fDelta = 0x138; // float public const UInt16 m_mcTF = 0x13c; // UGFxObject* public const UInt16 m_mcIcon = 0x144; // UGFxObject* } } }