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)
UEnvQueryTest > UEnvQueryNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UEnvQueryTest > UEnvQueryNode > UObject namespace UEnvQueryTest_Dot { constexpr auto LineA = 0x1f8; // FEnvDirection constexpr auto LineB = 0x218; // FEnvDirection constexpr auto TestMode = 0x238; // EEnvTestDot constexpr auto bAbsoluteValue = 0x239; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UEnvQueryTest > UEnvQueryNode > UObject public static class UEnvQueryTest_Dot { public const UInt16 LineA = 0x1f8; // FEnvDirection public const UInt16 LineB = 0x218; // FEnvDirection public const UInt16 TestMode = 0x238; // EEnvTestDot public const UInt16 bAbsoluteValue = 0x239; // bool } } }