Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UAISense > UObject
namespace Offsets { namespace Classes { // Inheritance: UAISense > UObject namespace UAISense_Sight { constexpr auto MaxTracesPerTick = 0x148; // int32_t constexpr auto MinQueriesPerTimeSliceCheck = 0x14c; // int32_t constexpr auto MaxTimeSlicePerTick = 0x150; // double constexpr auto HighImportanceQueryDistanceThreshold = 0x158; // float constexpr auto MaxQueryImportance = 0x160; // float constexpr auto SightLimitQueryImportance = 0x164; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UAISense > UObject public static class UAISense_Sight { public const UInt16 MaxTracesPerTick = 0x148; // int32_t public const UInt16 MinQueriesPerTimeSliceCheck = 0x14c; // int32_t public const UInt16 MaxTimeSlicePerTick = 0x150; // double public const UInt16 HighImportanceQueryDistanceThreshold = 0x158; // float public const UInt16 MaxQueryImportance = 0x160; // float public const UInt16 SightLimitQueryImportance = 0x164; // float } } }