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)
UObject
A class representing a common interface and behavior for AI subsystems
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAISubsystem { constexpr auto AISystem = 0x30; // UAISystem* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAISubsystem { public const byte AISystem = 0x30; // UAISystem* } } }