UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UPlatformEventsComponent { constexpr auto PlatformChangedToLaptopModeDelegate = 0xb0; // FMulticastInlineDelegate constexpr auto PlatformChangedToTabletModeDelegate = 0xc0; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UPlatformEventsComponent { public const byte PlatformChangedToLaptopModeDelegate = 0xb0; // FMulticastInlineDelegate public const byte PlatformChangedToTabletModeDelegate = 0xc0; // FMulticastInlineDelegate } } }