UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UBForBugSettings { constexpr auto LogFiles = 0x28; // TArray constexpr auto UserEnvironmentLookup = 0x38; // TArray constexpr auto ControllerChord = 0x48; // TArray constexpr auto Product = 0x58; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UBForBugSettings { public const byte LogFiles = 0x28; // TArray public const byte UserEnvironmentLookup = 0x38; // TArray public const byte ControllerChord = 0x48; // TArray public const byte Product = 0x58; // FString } } }