UUIComponent_Interactable > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Interactable > UUIComponent > UObject namespace UUIComponent_StoreFilterToggle { constexpr auto m_bActive = 0x140; // uint32_t : 1 constexpr auto m_mcTitle = 0x144; // UGFxObject* constexpr auto m_mcToggle = 0x14c; // UGFxObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Interactable > UUIComponent > UObject public static class UUIComponent_StoreFilterToggle { public const UInt16 m_bActive = 0x140; // uint32_t : 1 public const UInt16 m_mcTitle = 0x144; // UGFxObject* public const UInt16 m_mcToggle = 0x14c; // UGFxObject* } } }