UTgGfxScene > UGFxObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UTgGfxScene > UGFxObject > UObject namespace UUIFacebookLiveIndicator { constexpr auto m_mcLive = 0x1ec; // UGFxObject* constexpr auto m_mcIcon = 0x1f4; // UGFxObject* constexpr auto m_bIsLive = 0x1fc; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UTgGfxScene > UGFxObject > UObject public static class UUIFacebookLiveIndicator { public const UInt16 m_mcLive = 0x1ec; // UGFxObject* public const UInt16 m_mcIcon = 0x1f4; // UGFxObject* public const UInt16 m_bIsLive = 0x1fc; // uint32_t : 1 } } }