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)
UEnvQueryNode > UObject
Type of generated items
namespace Offsets { namespace Classes { // Inheritance: UEnvQueryNode > UObject namespace UEnvQueryGenerator { constexpr auto OptionName = 0x30; // FString constexpr auto ItemType = 0x40; // UEnvQueryItemType* constexpr auto bAutoSortTests = 0x48; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UEnvQueryNode > UObject public static class UEnvQueryGenerator { public const byte OptionName = 0x30; // FString public const byte ItemType = 0x40; // UEnvQueryItemType* public const byte bAutoSortTests = 0x48; // char : 1 } } }