UTgAIUtility > UTgAIBehaviorNode > UTgAIBehaviorObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UTgAIUtility > UTgAIBehaviorNode > UTgAIBehaviorObject > UObject namespace UTgAIUtilityFunction { constexpr auto MinInput = 0xbc; // float constexpr auto MaxInput = 0xc0; // float constexpr auto FunctionType = 0xc4; // EGraphType constexpr auto DesiredValue = 0xc8; // float constexpr auto UtilityScale = 0xcc; // float constexpr auto bInvert = 0xd0; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UTgAIUtility > UTgAIBehaviorNode > UTgAIBehaviorObject > UObject public static class UTgAIUtilityFunction { public const byte MinInput = 0xbc; // float public const byte MaxInput = 0xc0; // float public const byte FunctionType = 0xc4; // EGraphType public const byte DesiredValue = 0xc8; // float public const byte UtilityScale = 0xcc; // float public const byte bInvert = 0xd0; // uint32_t : 1 } } }