UObject
Versioning for updating deprecated properties
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UEnvQueryNode { constexpr auto VerNum = 0x28; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UEnvQueryNode { public const byte VerNum = 0x28; // int32_t } } }