UPlatformInterfaceBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UPlatformInterfaceBase > UObject namespace UAnalyticEventsBase { constexpr auto bSessionInProgress = 0x80; // uint32_t : 1 constexpr auto bAutoStartSession = 0x80; // uint32_t : 1 constexpr auto SessionPauseThresholdSec = 0x84; // int32_t constexpr auto UserId = 0x88; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UPlatformInterfaceBase > UObject public static class UAnalyticEventsBase { public const byte bSessionInProgress = 0x80; // uint32_t : 1 public const byte bAutoStartSession = 0x80; // uint32_t : 1 public const byte SessionPauseThresholdSec = 0x84; // int32_t public const byte UserId = 0x88; // FString } } }