UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAISystemBase { constexpr auto AISystemClassName = 0x28; // FSoftClassPath constexpr auto AISystemModuleName = 0x40; // FName constexpr auto bInstantiateAISystemOnClient = 0x50; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAISystemBase { public const byte AISystemClassName = 0x28; // FSoftClassPath public const byte AISystemModuleName = 0x40; // FName public const byte bInstantiateAISystemOnClient = 0x50; // bool } } }