UDeveloperSettings > UObject
namespace Offsets { namespace Classes { // Inheritance: UDeveloperSettings > UObject namespace UOnlinePIESettings { constexpr auto bOnlinePIEEnabled = 0x38; // bool constexpr auto Logins = 0x40; // TArray<FPIELoginSettingsInternal> } } }
public static class Offsets { public static class Classes { // Inheritance: UDeveloperSettings > UObject public static class UOnlinePIESettings { public const byte bOnlinePIEEnabled = 0x38; // bool public const byte Logins = 0x40; // TArray<FPIELoginSettingsInternal> } } }