UUIScene > UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIScene > UUIComponent_Display > UUIComponent > UObject namespace UUIScene_UICalendarEvent { constexpr auto m_pEvents = 0x1cc; // UUIComponent_CalendarEventEvents* constexpr auto m_pOverview = 0x1d4; // UUIComponent_CalendarEventOverview* constexpr auto m_pRotator = 0x1dc; // UUIComponent_PreviewRotator* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIScene > UUIComponent_Display > UUIComponent > UObject public static class UUIScene_UICalendarEvent { public const UInt16 m_pEvents = 0x1cc; // UUIComponent_CalendarEventEvents* public const UInt16 m_pOverview = 0x1d4; // UUIComponent_CalendarEventOverview* public const UInt16 m_pRotator = 0x1dc; // UUIComponent_PreviewRotator* } } }