UAISenseConfig > UObject
namespace Offsets { namespace Classes { // Inheritance: UAISenseConfig > UObject namespace UAISenseConfig_Hearing { constexpr auto Implementation = 0x48; // UAISense_Hearing* constexpr auto HearingRange = 0x50; // float constexpr auto LoSHearingRange = 0x54; // float constexpr auto bUseLoSHearing = 0x58; // char : 1 constexpr auto DetectionByAffiliation = 0x5c; // FAISenseAffiliationFilter } } }
public static class Offsets { public static class Classes { // Inheritance: UAISenseConfig > UObject public static class UAISenseConfig_Hearing { public const byte Implementation = 0x48; // UAISense_Hearing* public const byte HearingRange = 0x50; // float public const byte LoSHearingRange = 0x54; // float public const byte bUseLoSHearing = 0x58; // char : 1 public const byte DetectionByAffiliation = 0x5c; // FAISenseAffiliationFilter } } }