UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAISense { constexpr auto DefaultExpirationAge = 0x28; // float constexpr auto NotifyType = 0x2c; // EAISenseNotifyType constexpr auto bWantsNewPawnNotification = 0x30; // char : 1 constexpr auto bAutoRegisterAllPawnsAsSources = 0x30; // char : 1 constexpr auto PerceptionSystemInstance = 0x38; // UAIPerceptionSystem* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAISense { public const byte DefaultExpirationAge = 0x28; // float public const byte NotifyType = 0x2c; // EAISenseNotifyType public const byte bWantsNewPawnNotification = 0x30; // char : 1 public const byte bAutoRegisterAllPawnsAsSources = 0x30; // char : 1 public const byte PerceptionSystemInstance = 0x38; // UAIPerceptionSystem* } } }