UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_KeyboardKey { constexpr auto m_sKeyboardKey = 0x124; // FString constexpr auto m_bForceHidden = 0x134; // uint32_t : 1 constexpr auto m_mcTF = 0x138; // UGFxObject* constexpr auto m_mcFrame = 0x140; // UGFxObject* constexpr auto m_mcMask = 0x148; // UGFxObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_KeyboardKey { public const UInt16 m_sKeyboardKey = 0x124; // FString public const UInt16 m_bForceHidden = 0x134; // uint32_t : 1 public const UInt16 m_mcTF = 0x138; // UGFxObject* public const UInt16 m_mcFrame = 0x140; // UGFxObject* public const UInt16 m_mcMask = 0x148; // UGFxObject* } } }