UAIDataProvider > UObject
namespace Offsets { namespace Classes { // Inheritance: UAIDataProvider > UObject namespace UAIDataProvider_QueryParams { constexpr auto ParamName = 0x28; // FName constexpr auto FloatValue = 0x30; // float constexpr auto IntValue = 0x34; // int32_t constexpr auto BoolValue = 0x38; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UAIDataProvider > UObject public static class UAIDataProvider_QueryParams { public const byte ParamName = 0x28; // FName public const byte FloatValue = 0x30; // float public const byte IntValue = 0x34; // int32_t public const byte BoolValue = 0x38; // bool } } }