UObject
Specifies age limit after stimuli generated by this sense become forgotten. 0 means "never"
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAISenseConfig { constexpr auto DebugColor = 0x28; // FColor constexpr auto MaxAge = 0x2c; // float constexpr auto bStartsEnabled = 0x30; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAISenseConfig { public const byte DebugColor = 0x28; // FColor public const byte MaxAge = 0x2c; // float public const byte bStartsEnabled = 0x30; // char : 1 } } }